diff --git a/.drone.env b/.drone.env index e2fba1bab..2c679f04d 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=548ff614ae49c8e19651da5560bb3b04c710e19d +WEB_COMMITID=87947cb3d45f5b7f63b58420b97c3c25c8d20aa8 WEB_BRANCH=stable-7.0 diff --git a/.drone.star b/.drone.star index b3a76811e..d66140622 100644 --- a/.drone.star +++ b/.drone.star @@ -148,7 +148,7 @@ config = { "earlyFail": True, }, "e2eTests": { - "skip": True, + "skip": False, "earlyFail": True, }, "rocketchat": { diff --git a/services/web/Makefile b/services/web/Makefile index 7ac7f54e6..0cdd1a28b 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.36 +WEB_ASSETS_VERSION = v7.0.0-rc.37 include ../../.make/recursion.mk