Skip to content

Commit b220470

Browse files
authored
git push --force
actually required in some cases
1 parent 55394b5 commit b220470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ do
3030

3131
if [ $REMOTE_NAME ] && [ $REMOTE_URL ]; then
3232
# push to repository in the background
33-
git push $REMOTE_NAME $REMOTE_BRANCH &
33+
git push --force $REMOTE_NAME $REMOTE_BRANCH &
3434
fi
3535
done

0 commit comments

Comments
 (0)