Commit 3c169e9a authored by Rodriguez, Kelvin's avatar Rodriguez, Kelvin
Browse files

Update .gitlab-ci.yml

parent 91ec8f21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ clone_github:
        - echo $SOURCE_REPOSITORY
        - git config --global http.sslVerify false
        - 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 config --global user.name "krodriguez"
        - git config --global user.email "krodriguez@usgs.gov"
        - git clone --mirror $SOURCE_REPOSITORY spiceql
        - cd spiceql
        - git remote remove origin