fix: Switch credo job to clone strategy
This commit is contained in:
parent
adfade5e1c
commit
e9be63add9
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue