add go bin path to PATH
This commit is contained in:
parent
47ff13bc08
commit
781229df46
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ pipeline:
|
|||
image: ulexus/drone-revel
|
||||
pull: true
|
||||
commands:
|
||||
- export PATH=$${PATH}:/go/bin
|
||||
- revel build github.com/CyCoreSystems/cycore-web tmp prod
|
||||
publish:
|
||||
image: plugins/docker
|
||||
|
|
Loading…
Reference in a new issue