fix: Add git manually in before_script

This commit is contained in:
Robert Prehn 2021-06-10 14:39:36 -05:00
parent 6a20860c68
commit c191082abf

View file

@ -35,8 +35,10 @@ build_image_for_commit:
- deps/ - deps/
services: services:
- name: docker:20.10-dind - name: docker:20.10-dind
script: before_script:
- apk add git
- script/ci-docker-prebuild - script/ci-docker-prebuild
script:
- script/ci-docker-build - script/ci-docker-build
# If tests pass, tag the commit and update package versions # If tests pass, tag the commit and update package versions