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

jobs conan-el6-gcc44 config should implement a script: or a trigger: keyword

parent 7ca8fb77
Branches
Tags
No related merge requests found
Pipeline #1179 failed
......@@ -10,7 +10,6 @@ stages:
- build
- test
- release
- deploy
before_script:
- echo "${CI_REGISTRY_PASSWORD}" | docker login -u ${CI_REGISTRY_USER} --password-stdin ${CI_REGISTRY}
......@@ -40,19 +39,16 @@ 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