No package gitlab-runner available
Summary
Installing the gitlab-runner on centos using the guidelines at https://docs.gitlab.com/runner/install/linux-repository.html leads to the error No package gitlab-runner available
.
Steps to reproduce
Execute:
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash
Followed by:
sudo yum install gitlab-runner
Actual behavior
This error appears: No package gitlab-runner available.
Expected behavior
The package gitlab-runner should be installed.
Relevant logs and/or screenshots
curl https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6435 0 6435 0 0 3877 0 --:--:-- 0:00:01 --:--:-- 3878
Detected operating system as centos/7.
Checking for curl...
Detected curl...
Downloading repository file: https://packages.gitlab.com/install/repositories/runner/gitlab-runner/config_file.repo?os=centos&dist=7&source=script
done.
Installing pygpgme to verify GPG signatures...
Loaded plugins: fastestmirror
runner_gitlab-runner-source/signature
runner_gitlab-runner-source/signature
Loading mirror speeds from cached hostfile
* base: mirror.nsc.liu.se
* epel: mirror.slu.cz
* extras: mirrors.dotsrc.org
* updates: mirror.nsc.liu.se
Package pygpgme-0.3-9.el7.x86_64 already installed and latest version
Nothing to do
Installing yum-utils...
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.nsc.liu.se
* epel: www.nic.funet.fi
* extras: mirrors.dotsrc.org
* updates: ftp.klid.dk
Package yum-utils-1.1.31-42.el7.noarch already installed and latest version
Nothing to do
Generating yum cache for runner_gitlab-runner...
The repository is setup! You can now install packages.
sudo yum install gitlab-runner
Loaded plugins: fastestmirror
gitlab_gitlab-ce/x86_64/signature
gitlab_gitlab-ce/x86_64/signature
gitlab_gitlab-ce-source/signature
gitlab_gitlab-ce-source/signature
runner_gitlab-runner/x86_64/signature
runner_gitlab-runner/x86_64/signature
runner_gitlab-runner-source/signature
runner_gitlab-runner-source/signature
Loading mirror speeds from cached hostfile
* base: mirror.nsc.liu.se
* epel: mirror.serverbeheren.nl
* extras: mirrors.dotsrc.org
* updates: mirror.nsc.liu.se
No package gitlab-runner available.
Environment description
Running on a centos7 box in vagrant. Gitlab has been installed but nothing else.
Used GitLab Runner version
N/A.