From 9a60f27de0b97ff2973e742d28f72f9aa205268f Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Mon, 19 May 2025 09:46:17 -0500
Subject: [PATCH] fix(ci): don't mc config host add S3 (#149)

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01ffe7b4..943e1862 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,7 +107,6 @@ 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} || echo "Failed to configure S3."
     - source .local/bin/env.sh
     - source /opt/detector/epic-main/setup.sh
     - ls -lrtha 
-- 
GitLab