Commit eb669de0 authored by Rodriguez, Kelvin's avatar Rodriguez, Kelvin
Browse files

Update .gitlab-ci.yml

parent 4d7170b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 $SOURCE_REPOSITORY spiceql
        - git clone --mirror https://github.com/DOI-USGS/SpiceQL spiceql
        - cd spiceql
        - git remote remove origin
        - git remote add origin $DESTINATION_REPOSITORY