mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-05 12:29:56 -06:00
Merge pull request #69 from opencloud-eu/use-web-main-branch
Switch to the main branch of the web repo, work is happening there
This commit is contained in:
@@ -33,7 +33,7 @@ ci-node-generate: pull-assets
|
||||
.PHONY: pull-assets
|
||||
pull-assets:
|
||||
git clean -xfd assets
|
||||
rm -rf _web && git clone -b theming --single-branch git@github.com:opencloud-eu/web.git _web
|
||||
rm -rf _web && git clone -b main --single-branch git@github.com:opencloud-eu/web.git _web
|
||||
make -C _web release
|
||||
tar xfv _web/release/web.tar.gz -C assets/core/
|
||||
cp -r _web/dev/docker/ocis-themes/opencloud assets/core/themes/ && rm -rf assets/core/themes/owncloud
|
||||
|
||||
Reference in New Issue
Block a user