Skip to content

Commit eb67763

Browse files
committed
Fixes repo name
1 parent 615c764 commit eb67763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ clone_github:
1717
script:
1818
- echo $SOURCE_REPOSITORY
1919
- 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
20+
- rm -rf planetary-sdi # Needed to allow multiple CI runs
21+
- git clone --mirror $SOURCE_REPOSITORY planetary-sdi
22+
- cd planetary-sdi
2323
- git remote remove origin
2424
- git remote add origin $DESTINATION_REPOSITORY
2525
- git push -f --prune --all

0 commit comments

Comments
 (0)