diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a6bfd38b85d2db600d573d0947127059a1bef19..2e5f477848d2abc34937e799a40bd0be71a1ccd2 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