ADD: ci/cd configuration
Some checks reported errors
continuous-integration/drone Build encountered an error
Some checks reported errors
continuous-integration/drone Build encountered an error
This commit is contained in:
parent
ccc1cf2e8a
commit
2350eb6b37
22
.drone.yml
Normal file
22
.drone.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: default-build
|
||||||
|
|
||||||
|
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 Image
|
||||||
|
image: registry.cloud.federationhq.de/drone-buildah-plugin:latest
|
||||||
|
volumes:
|
||||||
|
- name: fedhq-ca-crt
|
||||||
|
path: /etc/ssl/certs2/
|
||||||
|
settings:
|
||||||
|
pullfirst: true
|
||||||
|
ca_cert: "/etc/ssl/certs2/federationHQ-CA.pem"
|
||||||
|
registry: "registry.cloud.federationhq.de"
|
||||||
|
tag: latex:latest
|
Loading…
Reference in New Issue
Block a user