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:
|
||||
- _build/
|
||||
- deps/
|
||||
variables:
|
||||
GIT_STRATEGY: clone
|
||||
script:
|
||||
- mix local.hex --force
|
||||
- mix local.rebar --force
|
||||
- mix deps.get
|
||||
- mix credo diff origin/$CI_DEFAULT_BRANCH --all
|
||||
- mix credo --all
|
||||
|
||||
build_image_for_commit:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue