diff options
author | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-27 16:55:48 -0500 |
---|---|---|
committer | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-27 16:55:48 -0500 |
commit | 86083d644da49d740796183534235b67b7237563 (patch) | |
tree | 9693f2991ae4e6f99113a8d37490b081e280712b | |
parent | Fix ci rule (diff) | |
download | nheko-86083d644da49d740796183534235b67b7237563.tar.xz |
Install curl from apk
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a101cfcf..9082fc8d 100644 --- a/.gitlab-ci.yml +++ b/.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 |