mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 17:00:57 -06:00
fix continues "make generate" calls in services/web:pull-assets
This commit is contained in:
committed by
Florian Schade
parent
f08e3e073d
commit
1031130280
@@ -33,7 +33,7 @@ ci-node-generate: pull-assets
|
||||
.PHONY: pull-assets
|
||||
pull-assets:
|
||||
git clean -xfd assets
|
||||
git clone -b main --depth 1 https://github.com/opencloud-eu/web.git assets/core/origin
|
||||
test ! -d assets/core/origin && git clone -b main --depth 1 https://github.com/opencloud-eu/web.git assets/core/origin || git checkout main; git pull
|
||||
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