migrate to code plaza
This commit is contained in:
+2
-4
@@ -8,14 +8,12 @@ $Output = Join-Path $Root 'works/core'
|
||||
$RevFile = Join-Path $Root 'works/rev'
|
||||
|
||||
# defaults
|
||||
$RepoUrl = 'git@git.inker.bot:arknights/sing-box.git'
|
||||
$RepoUrl = 'https://git.sfclub.cc/icybear/sing-box.git'
|
||||
$UpstreamBranch = 'main'
|
||||
|
||||
if ($env:CI_JOB_TOKEN) {
|
||||
git config --global user.name imabot
|
||||
git config --global user.email ci@inker.bot
|
||||
$insteadOf = "https://gitlab-ci-token:${env:CI_JOB_TOKEN}@git.inker.bot/"
|
||||
git config --global url.$insteadOf.insteadOf "git@git.inker.bot:"
|
||||
git config --global user.email icybear+ci@sab.ee
|
||||
}
|
||||
|
||||
$ConfigFile = Join-Path $Root 'works/config'
|
||||
|
||||
Reference in New Issue
Block a user