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
|
@ -35,4 +35,8 @@ steps:
|
|||
event:
|
||||
- push
|
||||
- tag
|
||||
branch: master
|
||||
branch: master
|
||||
|
||||
volumes:
|
||||
- name: gopath
|
||||
temp: {}
|
Loading…
Reference in a new issue