Compare commits

...
Author SHA1 Message Date
micbar 6eaa5bae63 Use omega branch for web 2026-08-06 10:32:32 +02:00
+2 -2
View File
@@ -1,7 +1,7 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.2.0
WEB_ASSETS_BRANCH = main
WEB_ASSETS_BRANCH = omega
ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI
include ../../.bingo/Variables.mk
@@ -25,7 +25,7 @@ pull-assets:
git clean -xfd assets
@if [ ! -d tmp/assets/core/origin ]; then \
echo "no web assets found, initializing"; \
git clone -b main --depth 1 https://github.com/opencloud-eu/web.git tmp/assets/core/origin; \
git clone -b main --depth 1 https://github.com/opencloud-eu/web-internal.git tmp/assets/core/origin; \
else \
echo "web assets found, updating"; \
cd tmp/assets/core/origin; \