Files
2018-01-27 21:42:32 +01:00

16 lines
261 B
YAML

pipeline:
test:
image: alpine
commands:
- cd test
- ./sendxmpp_parameter_test.sh
docker:
image: plugins/docker
repo: bunix42/drone-sendxmpp
tags:
- 0.1.0
- latest
secrets: [ docker_username, docker_password ]