mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 17:00:57 -06:00
Switch to https url for web assets pull to allow public access
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user