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

fix(cicd): restore pipeline

parent f6851af9
No related branches found
No related tags found
3 merge requests!247V2.1.0,!242V2.0,!127V2.0
......@@ -36,7 +36,7 @@ build_branch:
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:18.09
stage: build
only:
- V2.0
- dev
- merge_requests
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......@@ -63,7 +63,6 @@ deploy_dev:
- deploy
only:
- dev
- V2.0
script:
- cd /home/mps/ram
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
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