Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
e456bad8
Commit
e456bad8
authored
Feb 21, 2024
by
fuyanbin
Browse files
fix: tag list name
parent
04337d26
Changes
1
Show whitespace changes
Inline
Side-by-side
gitlab-runner/entrypoint
View file @
e456bad8
...
...
@@ -9,7 +9,7 @@ fi
# 注册 GitLab Runner
if
[[
!
-e
/.gitlab-runner_init
]]
then
gitlab-runner register
--non-interactive
--url
"https://web.lueluesay.top/git/"
--registration-token
"
GR1348941dyvQjbAXSBdXzsi4nUq
N"
--executor
"shell"
--description
"
$RUNNER_NAME
"
--tag-list
"
armbian-build-runner
"
--run-untagged
=
"true"
--locked
=
"false"
gitlab-runner register
--non-interactive
--url
"https://web.lueluesay.top/git/"
--registration-token
"
$GITLAB_TOKE
N
"
--executor
"shell"
--description
"
$RUNNER_NAME
"
--tag-list
"
$TAG_LIST
"
--run-untagged
=
"true"
--locked
=
"false"
touch
/.gitlab-runner_init
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment