mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Install curl from apk
This commit is contained in:
parent
8691e029b5
commit
86083d644d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue