add go bin path to PATH

This commit is contained in:
Seán C McCord 2017-09-30 22:58:20 -04:00
parent 47ff13bc08
commit 781229df46

View file

@ -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