mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-12-24 14:59:31 -05:00
Uncommented Crates and Python publishing jobs [ci skip]
This commit is contained in:
parent
9042a7afd5
commit
b3e8fd907f
@ -156,33 +156,33 @@ package_amd64_rpm:
|
|||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||||
|
|
||||||
# publish_crates:
|
publish_crates:
|
||||||
# stage: build_packages
|
stage: build_packages
|
||||||
# needs:
|
needs:
|
||||||
# - package_amd64_deb
|
- package_amd64_deb
|
||||||
# tags:
|
tags:
|
||||||
# - build-amd64-deb
|
- build-amd64-deb
|
||||||
# script:
|
script:
|
||||||
# - vlt login
|
- vlt login
|
||||||
# - vlt run --command="cargo publish -p veilid-tools --dry-run"
|
- vlt run --command="cargo publish -p veilid-tools --dry-run"
|
||||||
# - vlt run --command="cargo publish -p veilid-tools"
|
- vlt run --command="cargo publish -p veilid-tools"
|
||||||
# - vlt run --command="cargo publish -p veilid-core --dry-run"
|
- vlt run --command="cargo publish -p veilid-core --dry-run"
|
||||||
# - vlt run --command="cargo publish -p veilid-core"
|
- vlt run --command="cargo publish -p veilid-core"
|
||||||
# rules:
|
rules:
|
||||||
# - if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||||
|
|
||||||
# publish_python:
|
publish_python:
|
||||||
# stage: build_packages
|
stage: build_packages
|
||||||
# needs:
|
needs:
|
||||||
# - package_amd64_deb
|
- publish_crates
|
||||||
# tags:
|
tags:
|
||||||
# - build-amd64-deb
|
- build-amd64-deb
|
||||||
# script:
|
script:
|
||||||
# - vlt login
|
- vlt login
|
||||||
# - cd veilid-python && /home/gitlab-runner/.local/bin/poetry build
|
- cd veilid-python && /home/gitlab-runner/.local/bin/poetry build
|
||||||
# - vlt run --command="/home/gitlab-runner/.local/bin/poetry publish"
|
- vlt run --command="/home/gitlab-runner/.local/bin/poetry publish"
|
||||||
# rules:
|
rules:
|
||||||
# - if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||||
|
|
||||||
build_repositories:
|
build_repositories:
|
||||||
stage: distribute
|
stage: distribute
|
||||||
|
Loading…
Reference in New Issue
Block a user