diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6003c67ef63cb9850a18efacb8363ba9d1e6840e..baf9a85a6b3022651d526d0524b740ebda721dbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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