mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
CI: Add GitHub auto-push
This commit is contained in:
@@ -514,3 +514,18 @@ deploy python/pypi:
|
|||||||
- build python/linux/arm64
|
- build python/linux/arm64
|
||||||
- build python/macos
|
- build python/macos
|
||||||
- build python/windows
|
- build python/windows
|
||||||
|
|
||||||
|
push github:
|
||||||
|
stage: deploy
|
||||||
|
tags:
|
||||||
|
- linux-build
|
||||||
|
image: alpine:latest
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
dependencies:
|
||||||
|
- deploy python/pypi
|
||||||
|
needs:
|
||||||
|
- deploy python/pypi
|
||||||
|
script:
|
||||||
|
- apk add git
|
||||||
|
- git push https://$LIBICSNEO_GITHUB_USERNAME:$LIBICSNEO_GITHUB_TOKEN@github.com/intrepidcs/libicsneo.git
|
||||||
|
|||||||
Reference in New Issue
Block a user