From 4293ea5162cd00a50e50567c7e848b4c8b29fb9e Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Wed, 6 Sep 2023 14:58:02 +0000
Subject: [PATCH] Update .gitlab-ci.yml file example1

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 536c61f..d7bfb4f 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
-- 
GitLab