mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
moved crates and pypi publishing to build_packages stage
This commit is contained in:
parent
e3f396f93d
commit
feeafe290a
@ -117,7 +117,7 @@ package_amd64_rpm:
|
||||
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||
|
||||
publish_crates:
|
||||
stage: distribute
|
||||
stage: build_packages
|
||||
tags:
|
||||
- build-amd64-deb
|
||||
script:
|
||||
@ -130,9 +130,7 @@ publish_crates:
|
||||
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||
|
||||
publish_python:
|
||||
stage: distribute
|
||||
needs:
|
||||
- publish_crates
|
||||
stage: build_packages
|
||||
tags:
|
||||
- build-amd64-deb
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user