We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615c764 commit eb67763Copy full SHA for eb67763
.gitlab-ci.yml
@@ -17,9 +17,9 @@ clone_github:
17
script:
18
- echo $SOURCE_REPOSITORY
19
- git config --global http.sslVerify false # Epic....
20
- - rm -rf swigcsm # Needed to allow multiple CI runs
21
- - git clone --mirror $SOURCE_REPOSITORY swigcsm
22
- - cd swigcsm
+ - rm -rf planetary-sdi # Needed to allow multiple CI runs
+ - git clone --mirror $SOURCE_REPOSITORY planetary-sdi
+ - cd planetary-sdi
23
- git remote remove origin
24
- git remote add origin $DESTINATION_REPOSITORY
25
- git push -f --prune --all
0 commit comments