diff --git a/.drone.env b/.drone.env index cf7322d5a3..90eb1fbd95 100644 --- a/.drone.env +++ b/.drone.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=b98a538a42acdfc3e5af182441656d628dcf37de +WEB_COMMITID=fc8d2d8d2061e25ece1a2241cb19ca4216acb385 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index c09e3e7527..a63ed4801c 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.29 +WEB_ASSETS_VERSION = v7.0.0-rc.30 include ../../.make/recursion.mk