Skip to content
Snippets Groups Projects

add separete container stage

Merged Whitney Armstrong requested to merge whit/NPDet:ci_fix into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -2,6 +2,7 @@ image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest
@@ -2,6 +2,7 @@ image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest
stages:
stages:
- build
- build
 
- container
- deploy
- deploy
compile:
compile:
@@ -13,7 +14,7 @@ compile:
@@ -13,7 +14,7 @@ compile:
docker_image:
docker_image:
image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
stage: deploy
stage: container
tags:
tags:
- sodium
- sodium
only:
only:
Loading