Skip to content
Snippets Groups Projects
Unverified Commit 250baa6e authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Update .gitlab-ci.yml

parent 0b0f0e25
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@ clone_github:
script:
- echo $SOURCE_REPOSITORY
- git config --global http.sslVerify false # Epic....
- rm -rf isis # Needed to allow multiple CI runs
- git clone --mirror $SOURCE_REPOSITORY isis
- cd isis
- rm -rf ale # Needed to allow multiple CI runs
- git clone --mirror $SOURCE_REPOSITORY ale
- cd ale
- git remote remove origin
- git remote add origin $DESTINATION_REPOSITORY
- git push -f --prune --all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment