Commit b45f243e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play gitlab-runner: repack on ALT

parent 9eb5946c
......@@ -24,6 +24,13 @@ case "$arch" in
;;
esac
repack=''
case $(epm print info -e) in
ALTLinux/*|ALTServer/*)
repack='--repack'
;;
esac
# https://docs.gitlab.com/runner/install/linux-manually.html
# https://gitlab-runner-downloads.s3.amazonaws.com/latest/index.html
epm install "https://gitlab-runner-downloads.s3.amazonaws.com/latest/$pkg/gitlab-runner_${arch}.$pkg"
epm install $repack "https://gitlab-runner-downloads.s3.amazonaws.com/latest/$pkg/gitlab-runner_${arch}.$pkg"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment