diff --git a/.drone.env b/.drone.env index e607cae208..ff209a280d 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=087d56495474ef34b9f847bd30a23613ec0daacd +WEB_COMMITID=99028c2d3dde103e5bab6636396ea92f2d9fbcea WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 3c4ca0ba15..34c3661854 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.10 +WEB_ASSETS_VERSION = v7.0.0-rc.11 include ../../.make/recursion.mk