From 5f3f2d86ded5ec470dd7e510af62a613b36e1b21 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Thu, 28 Nov 2024 10:39:59 -0500 Subject: [PATCH] escape --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eaa62c44..94e72822 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} || echo "ERROR: Failed to configure S3. Server may not be accessible." + - 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