We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da9671d + 0001c76 commit deb3490Copy full SHA for deb3490
entrypoint.sh
@@ -27,6 +27,7 @@ branch="$(git symbolic-ref --short HEAD)"
27
branch_uri="$(urlencode ${branch})"
28
29
sh -c "git config --global credential.username $GITLAB_USERNAME"
30
+sh -c "git config --global --add safe.directory /github/workspace"
31
sh -c "git config --global core.askPass /cred-helper.sh"
32
sh -c "git config --global credential.helper cache"
33
sh -c "git remote add mirror $*"
0 commit comments