From c1f0b0de6d1de78fee07e6adb5e92e37b8e62596 Mon Sep 17 00:00:00 2001 From: "Rodriguez, Kelvin" Date: Thu, 14 Sep 2023 18:49:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index baf9a85..f55aac5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ clone_github: - rm -rf spiceql # Needed to allow multiple CI runs - git config --global user.name "krodriguez" - git config --global user.email "krodriguez@usgs.gov" - - git clone --mirror $SOURCE_REPOSITORY spiceql + - git clone --mirror https://github.com/DOI-USGS/SpiceQL.git spiceql - cd spiceql - git remote remove origin - git remote add origin $DESTINATION_REPOSITORY -- GitLab