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] Update web assets to v5.1.0 #3202

Merged
merged 1 commit into from
Feb 21, 2022
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
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ CORE_COMMITID=bed95a7ca2e7e155b9ec5e63740417bf0de324ba
CORE_BRANCH=master

# The test runner source for UI tests
WEB_COMMITID=905b4e342db0202cdbaa8c21096bf87f179b25f6
WEB_COMMITID=94532551d3d89d5d3eeee016e2f0aae9fe919fce
WEB_BRANCH=master
8 changes: 8 additions & 0 deletions changelog/unreleased/update-web-5.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Enhancement: Update ownCloud Web to v5.1.0

Tags: web

We updated ownCloud Web to v5.1.0. Please refer to the changelog (linked) for details on the web release.

https://github.com/owncloud/ocis/pull/3202
https://github.com/owncloud/web/releases/tag/v5.1.0
3 changes: 1 addition & 2 deletions web/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v5.1.0

include ../.make/recursion.mk

Expand Down Expand Up @@ -29,8 +30,6 @@ ci-go-generate: # CI runs ci-node-generate automatically before this target
.PHONY: ci-node-generate
ci-node-generate: pull-assets

WEB_ASSETS_VERSION = v5.0.0

.PHONY: pull-assets
pull-assets:
@git clean -xfd assets
Expand Down