diff --git a/entrypoint.sh b/entrypoint.sh index ca8d174..21e4afd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -31,7 +31,7 @@ sh -c "git config --global core.askPass /cred-helper.sh" sh -c "git config --global credential.helper cache" sh -c "git remote add mirror $*" sh -c "echo pushing to $branch branch at $(git remote get-url --push mirror)" -sh -c "git push mirror $branch" +sh -c "git push mirror $branch --force" sleep $POLL_TIMEOUT