FIX: fixed some miss alignments
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error

This commit is contained in:
Dominik Meyer 2024-07-24 17:22:11 +02:00
parent 48629d190c
commit ab9167c7e1
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -1,3 +1,4 @@
---
kind: pipeline kind: pipeline
type: kubernetes type: kubernetes
name: build-amanda-server-amd64 name: build-amanda-server-amd64
@ -7,20 +8,17 @@ node_selector:
kubernetes.io/arch: amd64 kubernetes.io/arch: amd64
federationhq.de/location: Blumendorf federationhq.de/location: Blumendorf
volumes: volumes:
- name: fedhq-ca-crt - name: fedhq-ca-crt
config_map: config_map:
name: fedhq-ca-crt name: fedhq-ca-crt
default_mode: 420 # same as 644 in octal, or u+w,a+r default_mode: 420 # same as 644 in octal, or u+w,a+r
optional: false optional: false
steps: steps:
- name: build amanda-server amd64 - name: build amanda-server amd64
image: quay.io/buildah/stable image: quay.io/buildah/stable
privileged: true privileged: true
volumes:
- name: fedhq-ca-crt
path: /etc/ssl/certs2/
commands: commands:
- scripts/setupEnvironment.sh - scripts/setupEnvironment.sh
- cd server - cd server