Skip to content
Snippets Groups Projects
Commit 3c169e9a authored by Rodriguez, Kelvin's avatar Rodriguez, Kelvin
Browse files

Update .gitlab-ci.yml

parent 91ec8f21
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment