fix drone release build dependency graph
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c4e8faff3b
commit
193f104408
@ -22,6 +22,8 @@ steps:
|
|||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/**
|
- refs/tags/**
|
||||||
|
depends_on:
|
||||||
|
- clone
|
||||||
|
|
||||||
# Set tags for main branch
|
# Set tags for main branch
|
||||||
- name: make-tags
|
- name: make-tags
|
||||||
@ -33,6 +35,7 @@ steps:
|
|||||||
- refs/heads/main
|
- refs/heads/main
|
||||||
depends_on:
|
depends_on:
|
||||||
- get-tags
|
- get-tags
|
||||||
|
- clone
|
||||||
|
|
||||||
- name: make-tags-release
|
- name: make-tags-release
|
||||||
image: node
|
image: node
|
||||||
@ -43,6 +46,7 @@ steps:
|
|||||||
- refs/tags/**
|
- refs/tags/**
|
||||||
depends_on:
|
depends_on:
|
||||||
- get-tags
|
- get-tags
|
||||||
|
- clone
|
||||||
|
|
||||||
# Build containers from main branch
|
# Build containers from main branch
|
||||||
- name: build-gitea
|
- name: build-gitea
|
||||||
@ -119,6 +123,8 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- release-gitea
|
- release-gitea
|
||||||
- release-github
|
- release-github
|
||||||
|
- build-github
|
||||||
|
- build-gitea
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user