1
0
Fork 0

Test jdk too

main
Ambrose Chua 2018-04-02 13:11:03 +08:00
parent 85ae8b01de
commit e52b1b9662
1 changed files with 12 additions and 3 deletions

View File

@ -11,22 +11,31 @@ pipeline:
image: alpine:latest
commands:
- ./.install/neovim.sh
- nvim -version
- nvim +checkhealth +qa
test-yadm:
image: alpine:latest
commands:
- ./.install/yadm.sh
- yadm
test-golang:
image: alpine:latest
commands:
- ./.install/golang.sh
- export PATH=/usr/local/go/bin:$PATH
- go version
test-node:
image: alpine:latest
commands:
- ./.install/node.sh
- node --version
test-kubectl:
image: alpine:latest
commands:
- ./.install/kubectl.sh
- kubectl version
test-jdk:
image: alpine:latest
commands:
- ./.install/jdk.sh
- java -version