add --fail to curl

This commit is contained in:
Willy Kloucek
2022-04-01 18:21:30 +02:00
parent 8df626961c
commit 36d8627be3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ ci-node-generate: pull-assets
.PHONY: pull-assets
pull-assets:
@git clean -xfd assets
@curl -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/web.tar.gz | tar xzf - -C assets/
@curl --fail -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/web.tar.gz | tar xzf - -C assets/