diff --git a/.drone.env b/.drone.env index 850d8dae4a3..da3e7738e4d 100644 --- a/.drone.env +++ b/.drone.env @@ -1,4 +1,3 @@ # The test runner source for UI tests - -WEB_COMMITID=135a0007d4cc42fc137957296135be036232afc6 +WEB_COMMITID=a8f4ad05d36dae861bb6fdcb384e3eca69fc369b WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index ccc735ada99..3edf0ac2a26 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.34 +WEB_ASSETS_VERSION = v7.0.0-rc.35 include ../../.make/recursion.mk