Skip to content

Pass GitLab Token to await-healthy script

Timo Furrer requested to merge fix-await-healthy-script into main

This is a follow up of !1394 (merged) which didn't correctly pass the GITLAB_TOKEN to the await-healthy.sh script.

The pipeline only passed because the script previously didn't actually fail if it couldn't authorize properly - now it will.

Merge request reports