ci: install jq

This commit is contained in:
Ming Di Leom 2022-11-20 01:42:21 +00:00
parent 433a87ce11
commit 0b3733c4ce
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ build_job:
stage: build
before_script:
- apk update && apk add brotli curl grep xmlstarlet
- apk update && apk add brotli curl grep jq xmlstarlet
script:
- sh src/script.sh
@ -46,7 +46,7 @@ cloudflare:
stage: deploy
before_script:
- apk update && apk add curl
- apk update && apk add curl
script:
- curl -X POST "https://api.cloudflare.com/client/v4/pages/webhooks/deploy_hooks/$CLOUDFLARE_BUILD_HOOK"