cleanup drone config
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-09-23 11:28:42 +02:00
parent 2bba41cd67
commit 2bc98d3a2f
2 changed files with 1 additions and 9 deletions

View File

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

View File

@ -45,10 +45,6 @@ platform:
os: linux
arch: amd64
workspace:
base: /drone/src
path: xoxys.python3
steps:
- name: molecule
pull: always
@ -108,6 +104,6 @@ depends_on:
---
kind: signature
hmac: dcbfd67bd82e9f46e08a46d27c123391441d6efe733deb6508125cc5079c3d7e
hmac: 6fd0062400aa09d95bcf71ded6d9cd26e3bc56db8a84a5f656c9f60a54c2949b
...