Revert "cleanup drone config"
continuous-integration/drone/push Build is passing Details

This reverts commit 2bc98d3a2f.
This commit is contained in:
Robert Kaussow 2019-09-23 11:58:18 +02:00
parent 2bc98d3a2f
commit 65bc167a69
2 changed files with 9 additions and 1 deletions

View File

@ -38,6 +38,10 @@ local PipelineDeployment = {
os: "linux",
arch: "amd64",
},
workspace: {
base: "/drone/src",
path: "xoxys.python3"
},
steps: [
{
name: "molecule",

View File

@ -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
...