diff --git a/.drone.env b/.drone.env index 3fe224c30..e5a016ddb 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=6fd967a12cfbe8fda936680ecf353c12eab78452 +WEB_COMMITID=81b683a3c5b9e719ce6fa44b72f268e419e1d97c WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 527db1685..84e79d03a 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.0-alpha.3 +WEB_ASSETS_VERSION = v8.0.0-alpha.4 include ../../.make/recursion.mk