From fcc294847e6f42bcbcac2b49aa02117ab9a08191 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 3 Sep 2023 22:56:43 +0200 Subject: [PATCH] FIX: volumes not required --- .drone.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 478cec6..5e643c4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,21 +6,9 @@ platform: node_selector: kubernetes.io/arch: amd64 -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-amd64 image: debian:bookworm-slim - volumes: - - name: fedhq-ca-crt - path: /etc/ssl/certs2/ - - name: cache - path: /var/lib/containers/storage commands: - apt-get -qy clang-15 libsodium-dev libpgm-dev - mkdir build