refactor: renamed pipeline stages
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
eb70020822
commit
5899f6d7e4
@ -1,6 +1,6 @@
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: build-amd64
|
||||
name: build-amanda-server-amd64
|
||||
platform:
|
||||
arch: amd64
|
||||
node_selector:
|
||||
@ -29,7 +29,7 @@ steps:
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: build-arm64
|
||||
name: build-amanda-server-arm64
|
||||
platform:
|
||||
arch: arm64
|
||||
node_selector:
|
||||
@ -91,8 +91,8 @@ steps:
|
||||
# - buildah manifest fhem:latest
|
||||
|
||||
depends_on:
|
||||
- build-amd64
|
||||
- build-arm64
|
||||
- build-amanda-server-amd64
|
||||
- build-amanda-server-arm64
|
||||
|
||||
---
|
||||
kind: secret
|
||||
|
Loading…
Reference in New Issue
Block a user