try another solution
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ REV_FILE="$ROOT/works/rev"
|
||||
# defaults
|
||||
REPO_URL="git@git.inker.bot:arknights/sing-box.git"
|
||||
if [ ! -z "$CI_JOB_TOKEN" ]; then
|
||||
REPO_URL=$(echo $REPO_URL | sed "s/git@/gitlab-ci-token:$CI_JOB_TOKEN@/")
|
||||
git config --global url."gitlab-ci-token:${CI_JOB_TOKEN}@git.inker.bot:".insteadOf "git@git.inker.bot:"
|
||||
fi
|
||||
UPSTREAM_BRANCH="main"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user