diff --git a/.drone.env b/.drone.env index ac3bbd5116..850d8dae4a 100644 --- a/.drone.env +++ b/.drone.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=5610aa9df4413d89f5517479879bb28946be2077 +WEB_COMMITID=135a0007d4cc42fc137957296135be036232afc6 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 3e89834f14..ccc735ada9 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.32 +WEB_ASSETS_VERSION = v7.0.0-rc.34 include ../../.make/recursion.mk