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

Update .gitlab-ci.yml

parent eb669de0
No related branches found
No related tags found
No related merge requests found
......@@ -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 https://github.com/DOI-USGS/SpiceQL spiceql
- git clone --mirror git@github.com:DOI-USGS/SpiceQL.git spiceql
- cd spiceql
- git remote remove origin
- git remote add origin $DESTINATION_REPOSITORY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment