diff --git a/.woodpecker.env b/.woodpecker.env index 1787c29a4b..486852afe4 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=8164194c83c78ea7c7010cb8b771b3c81d26a23f -WEB_BRANCH=ScharfViktor-patch-1 +WEB_COMMITID=e7537b3b1378f32267fc8e9f38ff12b318c4aba4 +WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index 4c6273710a..09a1912e99 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.2.0-beta.2 +WEB_ASSETS_VERSION = v7.2.0-beta.3 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI