diff --git a/.drone.env b/.drone.env index 4c55fa6933..624efea55f 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=a3bb344aeab7fbb42c53815502abef7311e948fe +WEB_COMMITID=44022d389f1d44ac3765f766396e783b6b5dfbc0 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index fa96ab4165..0e9d4828c7 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.27 +WEB_ASSETS_VERSION = v7.0.0-rc.28 include ../../.make/recursion.mk