Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading