parent
ecd0aa8ed2
commit
17229a17f8
|
@ -1,6 +1,6 @@
|
||||||
workspace:
|
workspace:
|
||||||
base: /srv/app
|
base: /go/src
|
||||||
path: src/github.com/appleboy/gorush
|
path: github.com/appleboy/gorush
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
git:
|
git:
|
||||||
|
@ -12,10 +12,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: appleboy/golang-testing
|
image: appleboy/golang-testing
|
||||||
secrets: [ codecov_token, android_test_token, android_api_key ]
|
secrets: [ codecov_token, android_test_token, android_api_key ]
|
||||||
environment:
|
|
||||||
- GOPATH=/srv/app
|
|
||||||
commands:
|
commands:
|
||||||
- export PATH=$${PATH}:/srv/app/bin
|
|
||||||
- make deps
|
- make deps
|
||||||
- make vet
|
- make vet
|
||||||
- make lint
|
- make lint
|
||||||
|
|
Loading…
Reference in New Issue