adoptium / github-release-scripts

Scripts for release artefacts to GitHub releases
Apache License 2.0
6 stars 20 forks source link

Night builds fail to publish: makefailurelogs not being ignored #119

Closed andrew-m-leonard closed 1 year ago

andrew-m-leonard commented 1 year ago

The check against makefailurelogs does not work as expected, and continues to try and process the file:

+ [[ ! OpenJDK20U-makefailurelogs_aarch64_alpine-linux_hotspot_2023-03-14-03-30.tar.gz =~ *makefailurelogs* ]]
+ echo 'Processing non-archive file: OpenJDK20U-makefailurelogs_aarch64_alpine-linux_hotspot_2023-03-14-03-30.tar.gz'
andrew-m-leonard commented 1 year ago

Argh! of course it's not a regex ! It should be just a bash wild card comparison...!