Unable to install gitlab-runner on Fedora 30

Based on documentation -> https://docs.gitlab.com/runner/install/linux-repository.html#installing-the-runner

I am trying to run installation script but without success

[root@kl ~]#  curl -L 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  6753    0  6753    0     0   7453      0 --:--:-- --:--:-- --:--:--  7445

Detected operating system as fedora/30.

Checking for curl...

Detected curl...

Downloading repository file: https://packages.gitlab.com/install/repositories/runner/gitlab-runner/config_file.repo?os=fedora&dist=30&source=script

curl: (22) The requested URL returned error: 404 Not Found

Unable to download repo config from: https://packages.gitlab.com/install/repositories/runner/gitlab-runner/config_file.repo?os=fedora&dist=30&source=script

This usually happens if your operating system is not supported by /div>

packagecloud.io, or this script&##x27;s OS detection failed.

You can override the OS detection by setting os= and dist= prior to running this script.

You can find a list of supported OSes and distributions on our website: https://packages.gitlab.com/docs#os_distro_version

For example, to force CentOS 6: os=el dist=6 ./script.sh

If you are running a supported OS, please email [support@packagecloud.io](mailto:support@packagecloud.io) and report this.

As last line suggest I emailed packagecloud but

You're getting this error because no packages exist in the repository for fedora/30:

https://packages.gitlab.com/app/runner/gitlab-runner/search?q=&filter=all&dist=fedora%2F30

Package was removed? In documentation is written that fedora 30 is supported

Hi @krzysztof.lewczuk ! Welcome to the community forum.

Despite the documentation saying GItLab packages are available for Fedora 30, there is currently an external problem blocking these builds from occurring.
There is an open issue that I encourage you to subscribe to and comment on here: https://gitlab.com/gitlab-org/gitlab-runner/issues/4401

As a workaround, you can currently Install GitLab Runner manually on Fedora 30.