Skip to content
Snippets Groups Projects
Commit f888e0a7 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

fixed bug in yaml file

parent 65367047
No related branches found
Tags v2.4.0
No related merge requests found
...@@ -162,7 +162,7 @@ builder:singularity:unstable: ...@@ -162,7 +162,7 @@ builder:singularity:unstable:
tags: tags:
- singularity - singularity
only: only:
- tags - develop
needs: ["builder:unstable"] needs: ["builder:unstable"]
when: manual when: manual
script: script:
...@@ -182,7 +182,7 @@ release:singularity: ...@@ -182,7 +182,7 @@ release:singularity:
tags: tags:
- singularity - singularity
only: only:
- develop - tags
needs: ["release:stable"] needs: ["release:stable"]
script: script:
- cp containers/release/eic.def . - cp containers/release/eic.def .
......
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