From 572bcc20a746abad45d71a15f8c9ed012f81a639 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 3 Nov 2022 16:42:14 +0100 Subject: [PATCH] chore: update web assets to v6.0.0-rc.5 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 75b9fa201..8370f4d7d 100644 --- a/.drone.env +++ b/.drone.env @@ -3,5 +3,5 @@ CORE_COMMITID=1eed08f1229136ac5cd7ef3ae2ccd2821a113129 CORE_BRANCH=master # The test runner source for UI tests -WEB_COMMITID=5550841f55e20f6c90b93fc98295b9ae8aff3e45 +WEB_COMMITID=39ddbf219ffc62913d59c107963f02ef4b99cb82 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index b662b30b8..83c5b2367 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v6.0.0-rc.4 +WEB_ASSETS_VERSION = v6.0.0-rc.5 include ../../.make/recursion.mk