Skip to content
Snippets Groups Projects
Commit 02375642 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(cicd): wrong job targeted

parent cd1d43d0
No related branches found
No related tags found
3 merge requests!418V2.1.0,!400V2.0,!230V2.0
......@@ -65,7 +65,6 @@ build_dev:
stage: build
only:
- dev
- branches
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build --pull -t "$CI_REGISTRY_IMAGE:dev" --build-arg conf=dev .
......@@ -75,6 +74,7 @@ deploy_dev:
stage: deploy
tags:
- deploy
- V2.0
only:
- dev
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment