From ff9a510929ca9c3bf39bfb250b3f6ff04fa615cb Mon Sep 17 00:00:00 2001 From: "Rodriguez, Kelvin" Date: Thu, 14 Sep 2023 18:28:01 +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 d1df811..091ab73 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 "${GIT_USER_NAME}" - git config --global user.email "${GIT_USER_EMAIL}" - - git clone --mirror https://github.com/DOI-USGS/SpiceQL spiceql + - git clone --mirror git@github.com:DOI-USGS/SpiceQL.git spiceql - cd spiceql - git remote remove origin - git remote add origin $DESTINATION_REPOSITORY -- GitLab