fix: Preface default branch name with origin
This commit is contained in:
parent
e9be63add9
commit
19681d7aab
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ credo:
|
||||||
- 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 $CI_DEFAULT_BRANCH --all
|
- mix credo diff origin/$CI_DEFAULT_BRANCH --all
|
||||||
|
|
||||||
build_image_for_commit:
|
build_image_for_commit:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue