Skip to content
Snippets Groups Projects
Commit 4431249b authored by Malte Nyhuis's avatar Malte Nyhuis
Browse files

Update .gitlab-ci.yml file

parent 44420c75
No related branches found
No related tags found
No related merge requests found
Pipeline #10150 failed
......@@ -5,7 +5,7 @@ image: python:3.10
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
LIBGL_ALWAYS_INDIRECT : 0
SREGISTRY_TOKEN : "singularitybuild/sylabstoken"
SINGULARITY_REMOTE_TOKEN : SYLABS_TOKEN
SREGISTRY_URL : "https://cloud.sylabs.io/"
SREGISTRY_USERNAME : nyhuma
......@@ -81,7 +81,7 @@ build-singularity:
- tags
- master
script:
- singularity remote login --username $SREGISTRY_USERNAME --tokenfile $SREGISTRY_TOKEN
- singularity remote login --username $SREGISTRY_USERNAME --tokenfile $SINGULARITY_REMOTE_TOKEN
- singularity build --remote library://nyhuma/ntrflows/ntr.sif:latest singularitybuild/ntrfc_container.def
interruptible: true
......
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