ci(gitlab): allow mirror push job to fail

This commit is contained in:
Max Lübke 2025-11-13 16:39:06 +01:00
parent 2c813b9e24
commit 04ac4b8b7b

View File

@ -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