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: ...@@ -140,7 +140,7 @@ release:unstable:
builder:singularity: builder:singularity:
stage: singularity stage: singularity
tags: tags:
- singularity - silicon
only: only:
- tags - tags
needs: ["builder:stable"] needs: ["builder:stable"]
...@@ -160,7 +160,7 @@ builder:singularity: ...@@ -160,7 +160,7 @@ builder:singularity:
builder:singularity:unstable: builder:singularity:unstable:
stage: singularity stage: singularity
tags: tags:
- singularity - silicon
only: only:
- develop - develop
needs: ["builder:unstable"] needs: ["builder:unstable"]
...@@ -180,7 +180,7 @@ builder:singularity:unstable: ...@@ -180,7 +180,7 @@ builder:singularity:unstable:
release:singularity: release:singularity:
stage: singularity stage: singularity
tags: tags:
- singularity - silicon
only: only:
- tags - tags
needs: ["release:stable"] needs: ["release:stable"]
...@@ -200,7 +200,7 @@ release:singularity: ...@@ -200,7 +200,7 @@ release:singularity:
release:singularity:unstable: release:singularity:unstable:
stage: singularity stage: singularity
tags: tags:
- singularity - silicon
only: only:
- develop - develop
needs: ["release:unstable"] 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