Skip to content
Snippets Groups Projects
Commit d5f56ef7 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Removing fakeroot

parent 4cc15efa
No related branches found
No related tags found
No related merge requests found
Pipeline #4321 passed
...@@ -34,7 +34,7 @@ singularity-build: ...@@ -34,7 +34,7 @@ singularity-build:
- "" - ""
stage: build stage: build
script: script:
- singularity build --fakeroot "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG".simg Singularity/recipe - singularity build "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG".simg Singularity/recipe
except: except:
- master - master
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment