Skip to content
Snippets Groups Projects

Re-factor repository workflow

Merged Sylvester Joosten requested to merge 13-re-factor-repository-workflow into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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
Loading