Merge pull request #196 from opencloud-eu/public-web

Switch to https url for web assets pull to allow public access
This commit is contained in:
Ralf Haferkamp
2025-02-13 09:29:48 +01:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ ci-node-generate: pull-assets
.PHONY: pull-assets
pull-assets:
git clean -xfd assets
git clone -b main --depth 1 git@github.com:opencloud-eu/web.git assets/core/origin
git clone -b main --depth 1 https://github.com/opencloud-eu/web.git assets/core/origin
make -C assets/core/origin release
tar xfv assets/core/origin/release/web.tar.gz -C assets/core/
rm -rf assets/core/origin