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
|
image: ulexus/drone-revel
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
- export PATH=$${PATH}:/go/bin
|
||||||
- revel build github.com/CyCoreSystems/cycore-web tmp prod
|
- revel build github.com/CyCoreSystems/cycore-web tmp prod
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
Loading…
Reference in a new issue