From 325412d9fa18eb02a96852a78756bb560b1eb109 Mon Sep 17 00:00:00 2001
From: Matthew Defenderfer <mdefende@uab.edu>
Date: Fri, 25 Oct 2024 14:08:59 -0500
Subject: [PATCH] hopefully fixed syntax again

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef69ca1..bd4e134 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ stages:
 get-credentials:
   stage: pre-build
   variables:
-  - SECURE_FILES_DOWNLOAD_PATH: '.secure'
+    SECURE_FILES_DOWNLOAD_PATH: '.secure'
   script:
     - echo "Copying secure file with FeBio login ..."
     - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
-- 
GitLab