fix: Preface default branch name with origin

This commit is contained in:
Robert Prehn 2021-07-20 16:28:52 -05:00
parent e9be63add9
commit 19681d7aab

View file

@ -52,7 +52,7 @@ credo:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix credo diff $CI_DEFAULT_BRANCH --all
- mix credo diff origin/$CI_DEFAULT_BRANCH --all
build_image_for_commit:
stage: test