Add workspace to .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2019-03-16 20:33:40 +01:00
parent d2f7e71d8c
commit ba973601a1

View File

@ -2,6 +2,10 @@
kind: pipeline
name: default
workspace:
base: /go
path: src/p83.nl/go/wiki
steps:
- name: testing
image: golang:1.12