R2Northstar / Northstar

Repo for packaged Northstar releases
https://northstar.tf/
MIT License
1.69k stars 129 forks source link

Add step to wait for launcher files to be ready #576

Closed GeckoEidechse closed 11 months ago

GeckoEidechse commented 11 months ago

Currently I have to wait for launcher compile to finish and get added to releases on launcher repo before I can push the tag on this repo here as otherwise the CI will fail to find the files and exit early.

This PR adds a small bash script that just blocks the CI from progressing until the release files on launcher are done.

This way I can push the tag to release repo as soon as I want instead of having to wait ~10 minutes for launcher compile to complete.

GeckoEidechse commented 11 months ago

Welp, time to test in prod :>