mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Fixing order of jobs. Needs
setting of build_repositories was causing stage leap frogging.
This commit is contained in:
parent
2120278f40
commit
e2d4121c2c
@ -143,6 +143,8 @@ package_amd64_rpm:
|
||||
|
||||
publish_crates:
|
||||
stage: build_packages
|
||||
needs:
|
||||
- package_amd64_deb
|
||||
tags:
|
||||
- build-amd64-deb
|
||||
script:
|
||||
@ -156,6 +158,8 @@ publish_crates:
|
||||
|
||||
publish_python:
|
||||
stage: build_packages
|
||||
needs:
|
||||
- package_amd64_deb
|
||||
tags:
|
||||
- build-amd64-deb
|
||||
script:
|
||||
@ -167,8 +171,8 @@ publish_python:
|
||||
|
||||
build_repositories:
|
||||
stage: distribute
|
||||
needs:
|
||||
- publish_python
|
||||
#needs:
|
||||
# - publish_python
|
||||
tags:
|
||||
- build-orchestration
|
||||
variables:
|
||||
|
Loading…
Reference in New Issue
Block a user