prevent mounting run/drone directory

This commit is contained in:
Brad Rydzewski
2019-11-08 12:20:50 -08:00
parent e699edd0e1
commit 6dace0adc9
4 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
kind: pipeline
type: docker
name: linux
steps:
- name: test
image: golang
commands:
- go build
- go test
volumes:
- name: vol
path: /run/drone/env
volumes:
- name: vol
temp: {}