复活吧 GitLab

This commit is contained in:
n3t1zen
2026-05-05 18:08:14 +08:00
parent 1cd46d17cf
commit 7929b5711d
3 changed files with 41 additions and 7 deletions
-6
View File
@@ -12,12 +12,6 @@ REV_FILE="$ROOT/works/rev"
REPO_URL="git@git.inker.bot:arknights/sing-box.git"
UPSTREAM_BRANCH="main"
if [ ! -z "$CI_JOB_TOKEN" ]; then
git config --global user.name imabot
git config --global user.email ci@inker.bot
git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@git.inker.bot/".insteadOf "git@git.inker.bot:"
fi
CONFIG="$ROOT/works/config"
if [ -f "$CONFIG" ]; then
. "$CONFIG"