Make sure bash is available in release job for non-posix scripts

This commit is contained in:
Justin Kromlinger 2023-10-22 15:04:02 +02:00
parent 97fcff2abf
commit 82f4544917
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -229,7 +229,7 @@ release:
- $PUBLISH_OFFICIAL_LIBRARY == "TRUE" - $PUBLISH_OFFICIAL_LIBRARY == "TRUE"
before_script: before_script:
- apk update - apk update
- apk add jq curl httpie - apk add jq curl httpie bash
script: script:
- | - |
# Update the description on https://hub.docker.com/r/archlinux/archlinux # Update the description on https://hub.docker.com/r/archlinux/archlinux