From ea1daea3f8f9076cbb78861c8cf18d90bcce4ee3 Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Thu, 11 Jan 2024 13:49:51 -0600
Subject: [PATCH] Set destination value

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5eb2670..6e1897a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,7 @@ variables:
   S3_ENDPOINT: "https://s3.lts.rc.uab.edu"
   BUCKET_NAME: "xdmod-vol"
   FILE_NAME: "xdmod-dev-volume-snap.raw"
+  LOCAL_DESTINATION: "/data/vol/xdmod"
 
 cache:
   paths:
-- 
GitLab