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

modified: .gitlab-ci.yml

	modified:   .gitlabci/setup.sh
parent 5dd6e61d
No related branches found
No related tags found
No related merge requests found
Pipeline #1794 failed with stages
in 36 seconds
......@@ -16,7 +16,7 @@ hcana_docker:
hcana_singularity:
tags:
- eic0 docker
- singularity
stage: build_sing_img
#when: manual
dependencies:
......
......@@ -23,7 +23,7 @@ export VERSION=1.12 OS=linux ARCH=amd64 && \ # Replace the values as needed
echo 'export PATH=/usr/local/go/bin:$PATH' >> /etc/profile.d/go.sh && source /etc/profile.d/go.sh
# Install Singularity
export VERSION=3.3.0 && # adjust this as necessary \
export VERSION=3.2.0 && # adjust this as necessary \
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
tar -xzf singularity-${VERSION}.tar.gz && \
cd singularity
......
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