diff --git a/.drone.env b/.drone.env index f7654a8d0..d69e35840 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=ed2c175142de407463ff2664c76ba52e31b4ecae +WEB_COMMITID=8d8a512f942c6dc3d4b00c41fbc6e33636acb970 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 09d0c23db..63a8492d3 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.22 +WEB_ASSETS_VERSION = v7.0.0-rc.23 include ../../.make/recursion.mk