try to pull third party licenenses from web

This commit is contained in:
Willy Kloucek
2022-04-04 14:30:42 +02:00
parent abc82c075c
commit f2b04c2339
+3 -2
View File
@@ -37,8 +37,9 @@ pull-assets:
############ licenses ############
.PHONY: ci-node-check-licenses
ci-node-check-licenses:
ci-node-check-licenses: # ownCloud Web does the check on it's own
.PHONY: ci-node-save-licenses
ci-node-save-licenses:
# TODO: use saved licenses from the web release (because we bundle them)
@mkdir -p ../third-party-licenses/node/web
@curl --fail -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/third-party-licenses.tar.gz | tar xzf - -C ../third-party-licenses/node/web