diff --git a/.drone.env b/.drone.env index d5b38f9761..8db3926aa8 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=62100dc92495cdacc7ef01db50998bd0912d40c3 +WEB_COMMITID=185b60b07e9e39726b0ab87fc38d6445329a104c WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index ffec79a74c..0b45737050 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.20 +WEB_ASSETS_VERSION = v7.0.0-rc.21 include ../../.make/recursion.mk