Switch to https url for web assets pull to allow public access

This commit is contained in:
Ralf Haferkamp
2025-02-13 09:25:08 +01:00
parent d3323dc505
commit 6d13560667

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