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

modified: .gitlab-ci.yml

parent b9ef1594
No related branches found
No related tags found
No related merge requests found
Pipeline #1742 passed with stages
in 23 seconds
...@@ -20,12 +20,12 @@ hcana_singularity: ...@@ -20,12 +20,12 @@ hcana_singularity:
#when: manual #when: manual
dependencies: dependencies:
- hcana_docker - hcana_docker
#- /bin/bash .gitlabci/setup.sh
script: script:
- mkdir -p build
- pwd
- cp containers/singularity/Singularity Singularity.hcana - cp containers/singularity/Singularity Singularity.hcana
- cp Singularity.hcana build/. - cp Singularity.hcana build/.
#- /bin/bash .gitlabci/setup.sh
#- mkdir -p build
#- pwd
#- /bin/bash .gitlabci/build.sh Singularity.hcana #- /bin/bash .gitlabci/build.sh Singularity.hcana
#- cp Singularity.hcana.simg build/. #- cp Singularity.hcana.simg build/.
artifacts: artifacts:
......
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