我注册了一个gitlab-runner,选择shell我有把Can run untagged jobs 选择 yes
stages:
- test
test-runner:
stage: test
tags:
- shell
script:
- echo "GitLab CI/CD Runner is working!"
- echo "This job is using the shell executor."
上传.gitlab-ci.yml 后就卡在pending
This job is stuck because of one of the following problems. There are no active runners online, no runners for the protected branch, or no runners that match all of the job\'s tags: shellGo to project CI settings
1 个回答
1
zivzhong
iT邦研究生 4 级 ‧ 2025-01-24 14:43:57
也可以参考这些情况:
https://blog.csdn.net/qq_28880087/article/details/114677837