From a8a6647a12eefe3b59138c9c5f39818250e6b83f Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 13 Feb 2023 22:23:31 +0100 Subject: [PATCH] chore: bump web to v7.0.0-rc.13 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 008d86afffd..37e04a729a5 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=6bcdcc5c0ccf7a13bc8f9da2e342073a07744705 +WEB_COMMITID=5f66ccb84634586a34a058cd104ff61f31e46004 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index c0deb1f2fd0..9b87a615dfb 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.12 +WEB_ASSETS_VERSION = v7.0.0-rc.13 include ../../.make/recursion.mk