fix: Give up on credo diff in CI
This commit is contained in:
parent
19681d7aab
commit
3c094c60db
1 changed files with 1 additions and 3 deletions
|
@ -46,13 +46,11 @@ credo:
|
||||||
paths:
|
paths:
|
||||||
- _build/
|
- _build/
|
||||||
- deps/
|
- deps/
|
||||||
variables:
|
|
||||||
GIT_STRATEGY: clone
|
|
||||||
script:
|
script:
|
||||||
- mix local.hex --force
|
- mix local.hex --force
|
||||||
- mix local.rebar --force
|
- mix local.rebar --force
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
- mix credo diff origin/$CI_DEFAULT_BRANCH --all
|
- mix credo --all
|
||||||
|
|
||||||
build_image_for_commit:
|
build_image_for_commit:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue