From d18e32627f37d846b4163c6d34acd2148f1dee57 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Thu, 1 Jun 2023 09:49:22 +0200 Subject: [PATCH] bump web to 7.0.0-rc39 Signed-off-by: jkoberg --- .drone.env | 2 +- .drone.star | 2 +- services/web/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.env b/.drone.env index efbcd5d9bb..a1b54971a3 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=e8bdc25468e9a68e58cffd778209e039dd4beaf1 +WEB_COMMITID=9957bbec919671f21523b92a9bee6b512d332bc1 WEB_BRANCH=stable-7.0 diff --git a/.drone.star b/.drone.star index 6d0aec8d9a..b7ea613ff2 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 c7e86be113..71496bc3d6 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.38 +WEB_ASSETS_VERSION = v7.0.0-rc.39 include ../../.make/recursion.mk