chore: bump web to v7.0.0-rc22 (#5869)

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
kobergj
2023-03-17 18:50:08 +01:00
committed by GitHub
parent 5dfadc557a
commit 3395968953
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=185b60b07e9e39726b0ab87fc38d6445329a104c
WEB_COMMITID=619dfc499f8d975200a13215acdd365dd9849c1f
WEB_BRANCH=master
+1 -1
View File
@@ -145,7 +145,7 @@ config = {
"earlyFail": True,
},
"e2eTests": {
"skip": True,
"skip": False,
"earlyFail": True,
},
"rocketchat": {
+1 -1
View File
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.0.0-rc.21
WEB_ASSETS_VERSION = v7.0.0-rc.22
include ../../.make/recursion.mk