From 1c993b49f037d4b51dac9d772164a54c6840fd40 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 12 Jan 2023 14:13:21 +0100 Subject: [PATCH] chore: update web assets to v7.0.0-rc.6 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index dd887f13f0..145b0b2f98 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=f2b928be7e6ce85265868660049a4ff15caa74bc +WEB_COMMITID=516e1ba14e83f1c1396f812fba69aa9fdadf7284 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index c00ea2440b..59757a2389 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.5 +WEB_ASSETS_VERSION = v7.0.0-rc.6 include ../../.make/recursion.mk