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