Skip to content
Snippets Groups Projects
Commit 4293ea51 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update .gitlab-ci.yml file example1

parent f7c5ecde
No related branches found
No related tags found
No related merge requests found
...@@ -5,14 +5,14 @@ image: ...@@ -5,14 +5,14 @@ image:
build: build:
when: manual when: manual
script: script:
- /bin/bash .gitlabci/build.sh Singularity - /bin/bash .gitlabci/build.sh definition-files/almalinux/Singularity.base
# step 1. build the container! # step 1. build the container!
# You can add any other sregistry push commands here, and specify a client # You can add any other sregistry push commands here, and specify a client
# (and make sure your define the encrypted environment credentials in gitlab # (and make sure your define the encrypted environment credentials in gitlab
# to push to your storage locations of choice # to push to your storage locations of choice
- mkdir -p build && cp *.sif build - 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 # 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 # You can also add the entire build folder. You can also upload to storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment