remove codecov token from golang-testing
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
5da50c2aaa
commit
e03484aa5b
|
@ -11,7 +11,7 @@ clone:
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: appleboy/golang-testing
|
image: appleboy/golang-testing
|
||||||
secrets: [ codecov_token, android_test_token, android_api_key ]
|
secrets: [ android_test_token, android_api_key ]
|
||||||
commands:
|
commands:
|
||||||
- make deps
|
- make deps
|
||||||
- make vet
|
- make vet
|
||||||
|
|
Loading…
Reference in New Issue