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

fix mistake in singularity build directive

parent 1eb9161f
Branches
Tags
No related merge requests found
...@@ -74,8 +74,7 @@ release:singularity: ...@@ -74,8 +74,7 @@ release:singularity:
when: on_success when: on_success
script: script:
- cp config/eic.def eic.def - cp config/eic.def eic.def
- /bin/bash .gitlabci/setup.sh - /bin/bash gitlab-ci/singularity/build.sh eic.def
- /bin/bash .gitlabci/build.sh eic.def
- mkdir -p build - mkdir -p build
- cp eic.sif build/. - cp eic.sif build/.
- cp eic.def build/. - cp eic.def build/.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment