From 65bc167a69705bdd5e6dbf1a36dd68035f5434ec Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 23 Sep 2019 11:58:18 +0200 Subject: [PATCH] Revert "cleanup drone config" This reverts commit 2bc98d3a2fa2f4ae7876c807d2b91b37afccfce9. --- .drone.jsonnet | 4 ++++ .drone.yml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 087da67..b27694c 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -38,6 +38,10 @@ local PipelineDeployment = { os: "linux", arch: "amd64", }, + workspace: { + base: "/drone/src", + path: "xoxys.python3" + }, steps: [ { name: "molecule", diff --git a/.drone.yml b/.drone.yml index 2f64749..c4785d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,6 +45,10 @@ platform: os: linux arch: amd64 +workspace: + base: /drone/src + path: xoxys.python3 + steps: - name: molecule pull: always @@ -104,6 +108,6 @@ depends_on: --- kind: signature -hmac: 6fd0062400aa09d95bcf71ded6d9cd26e3bc56db8a84a5f656c9f60a54c2949b +hmac: dcbfd67bd82e9f46e08a46d27c123391441d6efe733deb6508125cc5079c3d7e ...