Commit e456bad8 authored by fuyanbin's avatar fuyanbin
Browse files

fix: tag list name

parent 04337d26
......@@ -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 "GR1348941dyvQjbAXSBdXzsi4nUqN" --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_TOKEN" --executor "shell" --description "$RUNNER_NAME" --tag-list "$TAG_LIST" --run-untagged="true" --locked="false"
touch /.gitlab-runner_init
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment