diff --git a/.drone.env b/.drone.env index 146123a43..fcd7270fa 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=48032d756dd416636fcd9b6ffa9fd5700c594337 +WEB_COMMITID=afb624740a4887c496970a503b777e6fb24c895c WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 486bae4a7..4dceaec06 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.7 +WEB_ASSETS_VERSION = v7.0.0-rc.8 include ../../.make/recursion.mk