From f888e0a7328e80fc769c8faf272432b520b0a374 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Tue, 1 Dec 2020 01:09:24 +0000 Subject: [PATCH] fixed bug in yaml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0ee14cd0..68bea749a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -162,7 +162,7 @@ builder:singularity:unstable: tags: - singularity only: - - tags + - develop needs: ["builder:unstable"] when: manual script: @@ -182,7 +182,7 @@ release:singularity: tags: - singularity only: - - develop + - tags needs: ["release:stable"] script: - cp containers/release/eic.def . -- GitLab