Unverified Commit 7718cc44 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Update .gitlab-ci.yml

parent 0b0f0e25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ clone_github:
        - 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
        - git clone --mirror $SOURCE_REPOSITORY ale
        - cd ale
        - git remote remove origin
        - git remote add origin $DESTINATION_REPOSITORY
        - git push -f --prune --all