我註冊了一個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: shell
Go to project CI settings