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:
|
publish_crates:
|
||||||
stage: build_packages
|
stage: build_packages
|
||||||
|
needs:
|
||||||
|
- package_amd64_deb
|
||||||
tags:
|
tags:
|
||||||
- build-amd64-deb
|
- build-amd64-deb
|
||||||
script:
|
script:
|
||||||
@ -156,6 +158,8 @@ publish_crates:
|
|||||||
|
|
||||||
publish_python:
|
publish_python:
|
||||||
stage: build_packages
|
stage: build_packages
|
||||||
|
needs:
|
||||||
|
- package_amd64_deb
|
||||||
tags:
|
tags:
|
||||||
- build-amd64-deb
|
- build-amd64-deb
|
||||||
script:
|
script:
|
||||||
@ -167,8 +171,8 @@ publish_python:
|
|||||||
|
|
||||||
build_repositories:
|
build_repositories:
|
||||||
stage: distribute
|
stage: distribute
|
||||||
needs:
|
#needs:
|
||||||
- publish_python
|
# - publish_python
|
||||||
tags:
|
tags:
|
||||||
- build-orchestration
|
- build-orchestration
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user