Install curl from apk

This commit is contained in:
Joseph Donofry 2023-02-27 16:55:48 -05:00
parent 8691e029b5
commit 86083d644d
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -315,6 +315,6 @@ github-release:
rules: rules:
- if: '$CI_COMMIT_TAG =~ /^test\d+\.\d+\.\d+$/' - if: '$CI_COMMIT_TAG =~ /^test\d+\.\d+\.\d+$/'
before_script: before_script:
- apk update && apk add jq - apk update && apk add jq curl
script: script:
- ./.ci/update-github-release.sh - ./.ci/update-github-release.sh