From b40f4ba39829f1f4732c0e7479e3221ba0231582 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Tue, 18 Mar 2025 10:53:43 +0100 Subject: [PATCH] chore: bump web to v2.0.0 --- .woodpecker.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index 8c00fe40ef..718b556caf 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=74c8df4f64d9bf957a0652fb92e01529efa3c0b3 +WEB_COMMITID=4a2f3a1d14009676a3a9dfef536ed4fd3e7f4c21 WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index 1a8f7c9ceb..f217efd188 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v1.0.0 +WEB_ASSETS_VERSION = v2.0.0 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI