mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 04:40:05 -06:00
Update web assets to v5.1.0
This commit is contained in:
@@ -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
changelog/unreleased/update-web-5.1.0.md
Normal file
8
changelog/unreleased/update-web-5.1.0.md
Normal file
@@ -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
|
||||
@@ -1,5 +1,6 @@
|
||||
SHELL := bash
|
||||
NAME := web
|
||||
WEB_ASSETS_VERSION = v5.1.0
|
||||
|
||||
include ../.make/recursion.mk
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user