mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Correcting distribute stage order of execution
This commit is contained in:
parent
3effd2deef
commit
e3f396f93d
@ -131,6 +131,8 @@ publish_crates:
|
||||
|
||||
publish_python:
|
||||
stage: distribute
|
||||
needs:
|
||||
- publish_crates
|
||||
tags:
|
||||
- build-amd64-deb
|
||||
script:
|
||||
@ -142,6 +144,8 @@ publish_python:
|
||||
|
||||
build_repositories:
|
||||
stage: distribute
|
||||
needs:
|
||||
- publish_python
|
||||
tags:
|
||||
- build-orchestration
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user