mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-13 03:18:23 +01:00
ci(gitlab): allow mirror push job to fail
This commit is contained in:
parent
2c813b9e24
commit
04ac4b8b7b
@ -63,6 +63,7 @@ push:
|
||||
- if [[-d poet.git ]]; then rm -rf poet.git; fi
|
||||
- git clone --mirror "https://git.gfz-potsdam.de/naaice/poet.git" "poet.git" && cd poet.git
|
||||
- git push --mirror $GITHUB_REPOSITORY
|
||||
allow_failure: true
|
||||
|
||||
#archive-sources: # This job runs in the build stage, which runs first.
|
||||
# image: python:3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user