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

modified: .gitlab-ci.yml

parent f888e0a7
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ release:unstable:
builder:singularity:
stage: singularity
tags:
- singularity
- silicon
only:
- tags
needs: ["builder:stable"]
......@@ -160,7 +160,7 @@ builder:singularity:
builder:singularity:unstable:
stage: singularity
tags:
- singularity
- silicon
only:
- develop
needs: ["builder:unstable"]
......@@ -180,7 +180,7 @@ builder:singularity:unstable:
release:singularity:
stage: singularity
tags:
- singularity
- silicon
only:
- tags
needs: ["release:stable"]
......@@ -200,7 +200,7 @@ release:singularity:
release:singularity:unstable:
stage: singularity
tags:
- singularity
- silicon
only:
- develop
needs: ["release:unstable"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment