FIX: fixed some miss alignments
This commit is contained in:
parent
48629d190c
commit
ab9167c7e1
34
.drone.yml
34
.drone.yml
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: build-amanda-server-amd64
|
name: build-amanda-server-amd64
|
||||||
@ -7,25 +8,22 @@ node_selector:
|
|||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
federationhq.de/location: Blumendorf
|
federationhq.de/location: Blumendorf
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
|
||||||
config_map:
|
|
||||||
name: fedhq-ca-crt
|
|
||||||
default_mode: 420 # same as 644 in octal, or u+w,a+r
|
|
||||||
optional: false
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build amanda-server amd64
|
|
||||||
image: quay.io/buildah/stable
|
|
||||||
privileged: true
|
|
||||||
volumes:
|
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
path: /etc/ssl/certs2/
|
config_map:
|
||||||
commands:
|
name: fedhq-ca-crt
|
||||||
- scripts/setupEnvironment.sh
|
default_mode: 420 # same as 644 in octal, or u+w,a+r
|
||||||
- cd server
|
optional: false
|
||||||
- buildah bud --network host -t "registry.cloud.federationhq.de/amanda-server:latest-amd64" --arch amd64 .
|
|
||||||
- buildah push --all registry.cloud.federationhq.de/amanda-server:latest-amd64
|
steps:
|
||||||
|
- name: build amanda-server amd64
|
||||||
|
image: quay.io/buildah/stable
|
||||||
|
privileged: true
|
||||||
|
commands:
|
||||||
|
- scripts/setupEnvironment.sh
|
||||||
|
- cd server
|
||||||
|
- buildah bud --network host -t "registry.cloud.federationhq.de/amanda-server:latest-amd64" --arch amd64 .
|
||||||
|
- buildah push --all registry.cloud.federationhq.de/amanda-server:latest-amd64
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
|
Loading…
Reference in New Issue
Block a user