We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fa168 commit 47ff30eCopy full SHA for 47ff30e
configure.sh
@@ -21,7 +21,7 @@ if ! command -v docker &> /dev/null; then
21
fi
22
23
if ! command -v gitlab-runner &> /dev/null; then
24
- sudo curl -L --output /etc/yum.repos.d/gitlab-runner.repo https://packages.gitlab.com/runner/gitlab-runner/el/8/gitlab-runner.repo
+ curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash
25
sudo yum install gitlab-runner -y
26
27
0 commit comments