16 lines
261 B
YAML
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 ]
|