Skip to content
Snippets Groups Projects
Commit 5e2515fe authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent bf4a040c
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ stages:
builder_stable:
stage: builder
tags:
- sodium dind
- silicon
only:
- tags
- master
......@@ -22,7 +22,7 @@ builder_stable:
builder_unstable:
stage: builder
tags:
- sodium dind
- silicon
except:
- tags
- master
......@@ -39,7 +39,7 @@ config_stable:
image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:latest
stage: config
tags:
- sodium dind
- silicon
only:
- tags
- master
......@@ -55,7 +55,7 @@ config_unstable:
image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:unstable
stage: config
tags:
- sodium dind
- silicon
except:
- tags
- master
......@@ -71,7 +71,7 @@ config_unstable:
release_stable:
stage: main
tags:
- sodium dind
- silicon
only:
- tags
- master
......@@ -85,7 +85,7 @@ release_stable:
release_unstable:
stage: main
tags:
- sodium dind
- silicon
except:
- tags
- master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment