Update .gitlab-ci.yml file
This commit is contained in:
parent
0fc89a8c24
commit
cef3e51ccd
1 changed files with 2 additions and 1 deletions
|
@ -29,4 +29,5 @@ docker-build:
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH
|
||||||
exists:
|
exists:
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- if: $CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "dev"
|
- if: $CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "dev"
|
||||||
|
when: always
|
||||||
|
|
Loading…
Reference in a new issue