1
0
Fork 0
env/.drone.yml

32 lines
579 B
YAML
Raw Normal View History

2018-03-27 23:47:53 +08:00
pipeline:
docker:
image: plugins/docker
registry: registry.labs.0x.no
repo: registry.labs.0x.no/env
2018-04-01 21:12:22 +08:00
dockerfile: .dockerfile
2018-03-27 23:47:53 +08:00
tags:
- latest
2018-04-02 12:14:49 +08:00
test-neovim:
image: alpine:latest
commands:
- ./.install/neovim.sh
test-yadm:
image: alpine:latest
commands:
- ./.install/yadm.sh
test-golang:
image: alpine:latest
commands:
- ./.install/golang.sh
test-node:
image: alpine:latest
commands:
- ./.install/node.sh
test-kubectl:
image: alpine:latest
commands:
- ./.install/kubectl.sh
2018-03-27 23:47:53 +08:00