Skip to content
Snippets Groups Projects
Commit bbae8b0d authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

DEBUG CI

parent c8a30b47
No related branches found
No related tags found
1 merge request!18Re-factor repository workflow
...@@ -2,7 +2,7 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest ...@@ -2,7 +2,7 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
stages: stages:
- config - config
- build_and_deploy - trigger
## make note if we cannot use caching for one of the stages ## make note if we cannot use caching for one of the stages
## by touching files in .ci_env ## by touching files in .ci_env
...@@ -54,7 +54,7 @@ init: ...@@ -54,7 +54,7 @@ init:
## Dispatch if we ran the previous stage ## Dispatch if we ran the previous stage
run:default: run:default:
stage: build_and_deploy stage: trigger
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_BRANCH == "master"'
when: on_success when: on_success
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment