From d4435d5b97bb731210cf048352113161e2936b7e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 22 Feb 2020 16:59:09 +0100 Subject: [PATCH] sign drone config --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 22c8866..b8aeb91 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: binary image: clux/muslrust:nightly-2019-12-19 commands: - - "apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev " + - apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev - make build environment: BUILD_VERSION: ${DRONE_TAG%-*} @@ -128,4 +128,8 @@ trigger: depends_on: - build-container-amd64 +--- +kind: signature +hmac: 63ee112a80ffc68684a7cd7e74e73be16247c904f1131b509fe852319e058b15 + ...