fix workspace in pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-05-12 16:23:51 +02:00
parent 9333ff3cc3
commit 3c87ad47e8
2 changed files with 6 additions and 2 deletions

View File

@ -40,7 +40,7 @@ local PipelineDeployment = {
},
workspace: {
base: "/drone/src",
path: "xoxys.nginx"
path: "xoxys.docker-engine"
},
steps: [
{

View File

@ -47,7 +47,7 @@ platform:
workspace:
base: /drone/src
path: xoxys.nginx
path: xoxys.docker-engine
steps:
- name: molecule
@ -111,4 +111,8 @@ trigger:
depends_on:
- deployment
---
kind: signature
hmac: 827831324e9bbff40c494395e6b86057200c189dadb7dd4e51bb174786cf17ea
...