mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-25 18:55:38 -06:00
Fixing order of jobs. Needs setting of build_repositories was causing stage leap frogging.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user