drone-webdav/tests/docker-compose-private.yml
ViViDboarder 5f3f05247a Fail build when upload fails
Also updates test to catch this issue
2022-08-10 15:25:05 -07:00

23 lines
437 B
YAML

---
version: '3'
services:
webdav:
image: bytemark/webdav
environment:
USERNAME: jdoe
PASSWORD: hunter2
plugin:
build:
context: ../
dockerfile: Dockerfile
volumes:
- '.:/test'
environment:
PLUGIN_FILE: '/test/test{1,2}.txt'
PLUGIN_DESTINATION: 'http://webdav/'
PLUGIN_USERNAME: jdoe
PLUGIN_PASSWORD: hunter2
PLUGIN_TIMEOUT: 10
PLUGIN_ATTEMPTS: 4