fix: Add git manually in before_script
This commit is contained in:
parent
6a20860c68
commit
c191082abf
1 changed files with 3 additions and 1 deletions
|
@ -35,8 +35,10 @@ build_image_for_commit:
|
|||
- deps/
|
||||
services:
|
||||
- name: docker:20.10-dind
|
||||
script:
|
||||
before_script:
|
||||
- apk add git
|
||||
- script/ci-docker-prebuild
|
||||
script:
|
||||
- script/ci-docker-build
|
||||
|
||||
# If tests pass, tag the commit and update package versions
|
||||
|
|
Loading…
Reference in a new issue