Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] chore: bump web to v7.0.0-rc.35 #6190

Merged
merged 1 commit into from
Apr 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .drone.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# The test runner source for UI tests

WEB_COMMITID=135a0007d4cc42fc137957296135be036232afc6
WEB_COMMITID=a8f4ad05d36dae861bb6fdcb384e3eca69fc369b
WEB_BRANCH=master
2 changes: 1 addition & 1 deletion services/web/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down