fix: Switch credo job to clone strategy

This commit is contained in:
Robert Prehn 2021-07-20 16:24:18 -05:00
parent adfade5e1c
commit e9be63add9

View file

@ -46,11 +46,12 @@ credo:
paths:
- _build/
- deps/
variables:
GIT_STRATEGY: clone
script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- git fetch $CI_DEFAULT_BRANCH
- mix credo diff $CI_DEFAULT_BRANCH --all
build_image_for_commit: