erik78se / charm-gitlab-runner

A juju charm (hooks,bash) deploying gitlab-runner
Apache License 2.0
3 stars 1 forks source link

import installation script to charm #10

Open erik78se opened 3 years ago

erik78se commented 3 years ago

In the hooks Install official gitlab repo curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" | sudo bash

Should remove the curl part and have that script local to the charm...