Fail build when upload fails

Also updates test to catch this issue
This commit is contained in:
ViViDboarder
2022-08-10 15:25:05 -07:00
parent 06beaed6ab
commit 5f3f05247a
4 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
---
version: '2.4'
version: '3'
services:
webdav:
image: sashgorokhov/webdav
image: bytemark/webdav
environment:
USERNAME: jdoe
PASSWORD: hunter2
+4 -2
View File
@@ -1,8 +1,10 @@
---
version: '2.4'
version: '3'
services:
webdav:
image: sashgorokhov/webdav
image: bytemark/webdav
environment:
ANONYMOUS_METHODS: ALL
plugin:
build: