From 91370eb611a67c90c1b9fa8586da07fc2a67f6e1 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 6 Mar 2023 21:45:28 +0100 Subject: [PATCH] chore: bump web to v7.0.0-rc.17 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 2534231c38..1dea38bcd9 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=adb1fb6bc8a614a5c9a2b496b2c55242c0023114 +WEB_COMMITID=8ac9e04975a6572c9f1151a81abfab49f073138d WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index b2f3f613b0..6292172cde 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.16 +WEB_ASSETS_VERSION = v7.0.0-rc.17 include ../../.make/recursion.mk