From 463804fff71cc3ca428b2fa8472c3d1dee3c9290 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Fri, 28 Jun 2019 11:05:22 +0200 Subject: [PATCH] Make GOPATH shared between build steps --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 136094b..5935376 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,4 +35,8 @@ steps: event: - push - tag - branch: master \ No newline at end of file + branch: master + +volumes: + - name: gopath + temp: {} \ No newline at end of file