Skip to content

Commit 47ff30e

Browse files
committed
fix: fix adding repository with gitlab-runner
1 parent f9fa168 commit 47ff30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if ! command -v docker &> /dev/null; then
2121
fi
2222

2323
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
24+
curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash
2525
sudo yum install gitlab-runner -y
2626

2727
if ! command -v gitlab-runner &> /dev/null; then

0 commit comments

Comments
 (0)