mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-12 14:30:19 -05:00
try to pull third party licenenses from web
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user