mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 14:17:18 +02:00
Make sure bash is available in release job for non-posix scripts
This commit is contained in:
parent
97fcff2abf
commit
82f4544917
@ -229,7 +229,7 @@ release:
|
||||
- $PUBLISH_OFFICIAL_LIBRARY == "TRUE"
|
||||
before_script:
|
||||
- apk update
|
||||
- apk add jq curl httpie
|
||||
- apk add jq curl httpie bash
|
||||
script:
|
||||
- |
|
||||
# Update the description on https://hub.docker.com/r/archlinux/archlinux
|
||||
|
Loading…
Reference in New Issue
Block a user