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
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: build-amd64
|
name: build-amanda-server-amd64
|
||||||
platform:
|
platform:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
node_selector:
|
node_selector:
|
||||||
@ -29,7 +29,7 @@ steps:
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: build-arm64
|
name: build-amanda-server-arm64
|
||||||
platform:
|
platform:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
node_selector:
|
node_selector:
|
||||||
@ -91,8 +91,8 @@ steps:
|
|||||||
# - buildah manifest fhem:latest
|
# - buildah manifest fhem:latest
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-amd64
|
- build-amanda-server-amd64
|
||||||
- build-arm64
|
- build-amanda-server-arm64
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: secret
|
kind: secret
|
||||||
|
Loading…
Reference in New Issue
Block a user