From 166f6e55a33a05719195dc80ac04c38d8f1139d4 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@usgs.gov> Date: Fri, 14 Apr 2023 06:36:34 -0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a6bfd38b..2e5f47784 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 FoundationalDataProducts # Needed to allow multiple CI runs - - git clone --mirror $SOURCE_REPOSITORY FoundationalDataProducts - - cd FoundationalDataProducts + - rm -rf asc-geostac # Needed to allow multiple CI runs + - git clone --mirror $SOURCE_REPOSITORY asc-geostac + - cd asc-geostac - git remote remove origin - git remote add origin $DESTINATION_REPOSITORY - git push -f --prune --all -- GitLab