diff --git a/.drone.env b/.drone.env index d682f8d979..cbc27160b3 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=98f771cb1424a864805bffd9084ddfc3eea01e49 -WEB_BRANCH=stable-8.0 +WEB_COMMITID=f0ecc835614411bdad7ef4ad5624f175634944d9 +WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index d2d8c87213..f0649750e0 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.0-rc.5 +WEB_ASSETS_VERSION = v9.0.0-alpha.1 include ../../.make/recursion.mk