diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 536c61ff44654771894707924bfbd70086da53a7..d7bfb4fcd1d1f4bdd97716ea3c00687b3ecd96a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,14 +5,14 @@ image: build: when: manual script: - - /bin/bash .gitlabci/build.sh Singularity + - /bin/bash .gitlabci/build.sh definition-files/almalinux/Singularity.base # step 1. build the container! # You can add any other sregistry push commands here, and specify a client # (and make sure your define the encrypted environment credentials in gitlab # to push to your storage locations of choice - mkdir -p build && cp *.sif build - - mkdir -p build && cp Singularity* build + #- mkdir -p build && cp Singularity* build # Step 2. Take a look at "artifacts" below and add the paths you want added # You can also add the entire build folder. You can also upload to storage