diff --git a/.drone.env b/.drone.env index 33e8d17b8f..d69e358408 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=abb16c5fdf7b7726969d2afa05aec72d017cca5a -WEB_BRANCH=changeNotificationTest +WEB_COMMITID=8d8a512f942c6dc3d4b00c41fbc6e33636acb970 +WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 09d0c23dbf..63a8492d38 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.22 +WEB_ASSETS_VERSION = v7.0.0-rc.23 include ../../.make/recursion.mk