Skip to content
Snippets Groups Projects
Commit f8efca6c authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Restore deploy stage

parent 2803fc47
Branches
Tags
No related merge requests found
Pipeline #1180 failed
......@@ -10,6 +10,7 @@ stages:
- build
- test
- release
- deploy
before_script:
- echo "${CI_REGISTRY_PASSWORD}" | docker login -u ${CI_REGISTRY_USER} --password-stdin ${CI_REGISTRY}
......@@ -39,16 +40,19 @@ release:
- docker push ${CONTAINER_RELEASE_IMAGE}
conan-el6-gcc73-x86:
stage: deploy
trigger:
include: .gitlab/${CI_JOB_NAME}.gitlab-ci.yml
strategy: depend
conan-el6-gcc83-x86:
stage: deploy
trigger:
include: .gitlab/${CI_JOB_NAME}.gitlab-ci.yml
strategy: depend
conan-el6-gcc91-x86:
stage: deploy
trigger:
include: .gitlab/${CI_JOB_NAME}.gitlab-ci.yml
strategy: depend
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment