fix(ci): missing git package

This commit is contained in:
Ming Di Leom 2022-01-08 07:16:40 +00:00
parent a71a340d47
commit 64ec7e91ab
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ build_job:
stage: build stage: build
before_script: before_script:
- apk update && apk add brotli curl grep - apk update && apk add brotli curl git grep
script: script:
- sh src/script.sh - sh src/script.sh