From df598c022c03cf7fa03d78d016ed62f4a7c1f377 Mon Sep 17 00:00:00 2001
From: Tru Huynh <tru@pasteur.fr>
Date: Fri, 14 Mar 2025 21:25:34 +0100
Subject: [PATCH] too big to be pushed: disabled

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f16d64e..3ab66e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,8 @@ singularity-build-push:
   script:
     - singularity build singularity.sif Singularity
     - ls -lh singularity.sif
-    - singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" singularity.sif oras://"$CI_REGISTRY_IMAGE":latest
-  artifacts:
-    paths:
-    - singularity.sif
+# disabled, gitlab.pasteur.fr artefacts file size limit
+#    - singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" singularity.sif oras://"$CI_REGISTRY_IMAGE":latest
+#  artifacts:
+#    paths:
+#    - singularity.sif
-- 
GitLab