From 5a5e1bfeab4005a3eaa5adc2ffe7fe35bc265287 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 12 Jan 2023 19:34:17 +0100 Subject: [PATCH] chore: update web assets to v7.0.0-rc.7 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 145b0b2f98..146123a436 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=516e1ba14e83f1c1396f812fba69aa9fdadf7284 +WEB_COMMITID=48032d756dd416636fcd9b6ffa9fd5700c594337 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 59757a2389..486bae4a79 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.6 +WEB_ASSETS_VERSION = v7.0.0-rc.7 include ../../.make/recursion.mk