flatcar / sysext-bakery

Recipes for baking systemd-sysext images
Apache License 2.0
72 stars 37 forks source link

release: do not fail if there is no release artifact #87

Closed tormath1 closed 2 months ago

tormath1 commented 2 months ago

if there is no release artifact, grep command will return an exit-code different from 0 so the script is failing. (https://github.com/flatcar/sysext-bakery/actions/runs/10685052349/job/29616925462)


For an unknown reason yet the last release has failed - but it's impossible to rerun has the release script expect to have existing artifacts already released.

jepio commented 2 months ago

This might actually be rate-limiting (i think i hit that as well), so we would rather want to sleep and retry.