diff --git a/.drone.env b/.drone.env index 054bda31a..e607cae20 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=e18a02194638b8543f0b9f5557d50bd60910b723 +WEB_COMMITID=087d56495474ef34b9f847bd30a23613ec0daacd WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index a263db6dd..3c4ca0ba1 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.9 +WEB_ASSETS_VERSION = v7.0.0-rc.10 include ../../.make/recursion.mk