Skip to content

Commit 7dc1f99

Browse files
authored
Update entrypoint.sh
1 parent 424853c commit 7dc1f99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entrypoint.sh

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ then
5757
elif [[ $MERGE_RESULT != *"Already up to date."* ]]
5858
then
5959
git commit -m "Merged upstream"
60-
git push origin ${DOWNSTREAM_BRANCH} || exit $?
6160
git push ${PUSH_ARGS} origin ${DOWNSTREAM_BRANCH} || exit $?
6261
fi
6362

0 commit comments

Comments
 (0)