Make GOPATH shared between build steps
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b958b0e8df
commit
463804fff7
1 changed files with 5 additions and 1 deletions
|
@ -36,3 +36,7 @@ steps:
|
||||||
- push
|
- push
|
||||||
- tag
|
- tag
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: gopath
|
||||||
|
temp: {}
|
Loading…
Reference in a new issue