mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2026-06-04 18:24:04 +08:00
Fail build when upload fails
Also updates test to catch this issue
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
version: '2.4'
|
||||
version: '3'
|
||||
services:
|
||||
webdav:
|
||||
image: sashgorokhov/webdav
|
||||
image: bytemark/webdav
|
||||
environment:
|
||||
USERNAME: jdoe
|
||||
PASSWORD: hunter2
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
---
|
||||
version: '2.4'
|
||||
version: '3'
|
||||
services:
|
||||
webdav:
|
||||
image: sashgorokhov/webdav
|
||||
image: bytemark/webdav
|
||||
environment:
|
||||
ANONYMOUS_METHODS: ALL
|
||||
|
||||
plugin:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user