From 5e2515feebf7078ef5c229aff050fee42b05f6f4 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 8 Sep 2020 20:50:14 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cefe3d48..88b494041 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab