diff --git a/.drone.env b/.drone.env index 2a4d5bb29..9ddc9dd8b 100644 --- a/.drone.env +++ b/.drone.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=fa275ffcaef86a5f5d6d5e7b3a84bedd1a368ceb +WEB_COMMITID=a46ab6158a7ebf8667a079f547b84d644fd1b6ec WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 2473bbdbf..3e89834f1 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.31 +WEB_ASSETS_VERSION = v7.0.0-rc.32 include ../../.make/recursion.mk