Install curl from apk

pull/1382/head
Joseph Donofry 2 years ago
parent 8691e029b5
commit 86083d644d
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .gitlab-ci.yml

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

Loading…
Cancel
Save