fix golang bin path.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
2e6a8d728d
commit
5951f32711
|
@ -14,6 +14,7 @@ pipeline:
|
|||
secrets: [ codecov_token, android_test_token, android_api_key ]
|
||||
environment:
|
||||
- GOPATH=/srv/app
|
||||
- PATH=$${PATH}:/srv/app/bin
|
||||
commands:
|
||||
- make deps
|
||||
- make vet
|
||||
|
|
Loading…
Reference in New Issue