install gitlab-runner on linux
# to me is centos curl -l "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash sudo yum install gitlab-runnerCopy the code
Somehow the installation succeeded
Running with gitlab-runner 14.1.0 (8925d9a0)
on gitlab test GFWBHC1G
Preparing the "custom" executor
WARNING: custom executor is missing RunExec
ERROR: Job failed: custom executor is missing RunExec
Copy the code
docs.gitlab.com/runner/
Here’s gitLab Runner’s workflow
Docs.gitlab.com/ee/ci/yaml/…
Yml file keywords
Configuration rules keywords, fine control docs.gitlab.com/ee/ci/jobs/…
The entire gitlab-CI workflow
www.digitalocean.com/community/t…