refactor: renamed pipeline stages
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Dominik Meyer 2024-07-24 22:52:39 +02:00
parent eb70020822
commit 5899f6d7e4
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -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