Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2019-01-16 23:28:11 +08:00
parent 304135553e
commit 6d7ebf1cb5

View File

@ -53,7 +53,7 @@ pipeline:
environment: environment:
- GO111MODULE=on - GO111MODULE=on
commands: commands:
- apk update && apk add openssh openrc make - apk update && apk add git openssh openrc make
- make ssh-server - make ssh-server
- make test - make test
- make coverage - make coverage