From b5e641e2de38ce6bb1449f8506fab44b45e8332c Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Thu, 28 Nov 2024 10:31:06 -0500 Subject: [PATCH] Don't depend on S3 service --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb6563ff..eaa62c44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,7 +107,7 @@ get_data: needs: - ["get_data","common:setup"] before_script: - - mc config host add S3 https://eics3.sdcc.bnl.gov:9000 ${S3_ACCESS_KEY} ${S3_SECRET_KEY} + - mc config host add S3 https://eics3.sdcc.bnl.gov:9000 ${S3_ACCESS_KEY} ${S3_SECRET_KEY} || echo "ERROR: Failed to configure S3. Server may not be accessible." - source .local/bin/env.sh - source /opt/detector/epic-main/setup.sh - ls -lrtha