Update services/web/Makefile

Co-authored-by: Andre Duffeck <aduffeck@users.noreply.github.com>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-20 09:35:33 +01:00
committed by GitHub
co-authored by Andre Duffeck
parent bd28647c56
commit c10f61c812
+1 -1
View File
@@ -46,4 +46,4 @@ ci-node-check-licenses: # OpenCloud Web does the check on it's own
.PHONY: ci-node-save-licenses
ci-node-save-licenses:
@mkdir -p ../../third-party-licenses/node/web
@curl --fail -slL -o- https://github.com/opencloud/web/releases/download/$(WEB_ASSETS_VERSION)/third-party-licenses.tar.gz | tar xzf - -C ../../third-party-licenses/node/web
@curl --fail -slL -o- https://github.com/opencloud-eu/web/releases/download/$(WEB_ASSETS_VERSION)/third-party-licenses.tar.gz | tar xzf - -C ../../third-party-licenses/node/web