bump web to 7.0.0-rc39

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-06-01 09:49:22 +02:00
parent 9f89a2bfca
commit d18e32627f
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=e8bdc25468e9a68e58cffd778209e039dd4beaf1
WEB_COMMITID=9957bbec919671f21523b92a9bee6b512d332bc1
WEB_BRANCH=stable-7.0
+1 -1
View File
@@ -148,7 +148,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.38
WEB_ASSETS_VERSION = v7.0.0-rc.39
include ../../.make/recursion.mk