diff --git a/.drone.env b/.drone.env index 2c679f04d..efbcd5d9b 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=87947cb3d45f5b7f63b58420b97c3c25c8d20aa8 +WEB_COMMITID=e8bdc25468e9a68e58cffd778209e039dd4beaf1 WEB_BRANCH=stable-7.0 diff --git a/services/web/Makefile b/services/web/Makefile index 0cdd1a28b..c7e86be11 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.37 +WEB_ASSETS_VERSION = v7.0.0-rc.38 include ../../.make/recursion.mk