From eb677631cbc39ae0eeee8e34663d732950168369 Mon Sep 17 00:00:00 2001
From: "Laura, Jason R" <jlaura@usgs.gov>
Date: Tue, 21 Mar 2023 22:12:08 -0700
Subject: [PATCH] Fixes repo name

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 590c7c7..b2a19d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,9 +17,9 @@ clone_github:
     script:
         - echo $SOURCE_REPOSITORY
         - git config --global http.sslVerify false # Epic....
-        - rm -rf swigcsm  # Needed to allow multiple CI runs
-        - git clone --mirror $SOURCE_REPOSITORY swigcsm
-        - cd swigcsm
+        - rm -rf planetary-sdi  # Needed to allow multiple CI runs
+        - git clone --mirror $SOURCE_REPOSITORY planetary-sdi
+        - cd planetary-sdi
         - git remote remove origin
         - git remote add origin $DESTINATION_REPOSITORY
         - git push -f --prune --all
-- 
GitLab