erik78se / charm-gitlab-runner

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

Name display after "register" action #6

Closed NilesDev closed 3 years ago

NilesDev commented 3 years ago

Unregistering and registering a runner works, but the Message afterward is "Ready (Registered OK)" instead of "Ready (\<name>)".

NilesDev commented 3 years ago

The runner also loses the setting for picking up un-tagged jobs, but that might only be stored in Gitlab in the first place.

erik78se commented 3 years ago

Commen: The settings are not lost. Its just that this feature works differently now. Registering a runner with tag-list="" causes the charm to pick up untagged jobs.

erik78se commented 3 years ago

The messaging is however something I'll fix.

erik78se commented 3 years ago

Done