We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0836c5 commit 656c7c3Copy full SHA for 656c7c3
2 files changed
.woodpecker.env
@@ -1,4 +1,4 @@
1
# The test runner source for UI tests
2
-WEB_COMMITID=43eeb67d031d5adf44d1168fe638531d13c51dd8
+WEB_COMMITID=5d1f591e2b6d126c6a8ad58209f2084ddd0acc56
3
WEB_BRANCH=main
4
services/web/Makefile
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
-WEB_ASSETS_VERSION = v6.0.0
+WEB_ASSETS_VERSION = v6.1.0
WEB_ASSETS_BRANCH = main
5
6
ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI
0 commit comments