diff --git a/.drone.env b/.drone.env index 8d5d2452e2..cbde4707f6 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=368ed567877a4e9d3db520cd8d2022eec3c1b210 +WEB_COMMITID=a61e19a94f5247304ed8f2c4bc9209a9ab66c38e WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index e27b932c9a..3d1c811ae6 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.24 +WEB_ASSETS_VERSION = v7.0.0-rc.25 include ../../.make/recursion.mk