Update web assets to v5.1.0
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ CORE_COMMITID=bed95a7ca2e7e155b9ec5e63740417bf0de324ba
|
|||||||
CORE_BRANCH=master
|
CORE_BRANCH=master
|
||||||
|
|
||||||
# The test runner source for UI tests
|
# The test runner source for UI tests
|
||||||
WEB_COMMITID=905b4e342db0202cdbaa8c21096bf87f179b25f6
|
WEB_COMMITID=94532551d3d89d5d3eeee016e2f0aae9fe919fce
|
||||||
WEB_BRANCH=master
|
WEB_BRANCH=master
|
||||||
|
|||||||
@@ -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
-2
@@ -1,5 +1,6 @@
|
|||||||
SHELL := bash
|
SHELL := bash
|
||||||
NAME := web
|
NAME := web
|
||||||
|
WEB_ASSETS_VERSION = v5.1.0
|
||||||
|
|
||||||
include ../.make/recursion.mk
|
include ../.make/recursion.mk
|
||||||
|
|
||||||
@@ -29,8 +30,6 @@ ci-go-generate: # CI runs ci-node-generate automatically before this target
|
|||||||
.PHONY: ci-node-generate
|
.PHONY: ci-node-generate
|
||||||
ci-node-generate: pull-assets
|
ci-node-generate: pull-assets
|
||||||
|
|
||||||
WEB_ASSETS_VERSION = v5.0.0
|
|
||||||
|
|
||||||
.PHONY: pull-assets
|
.PHONY: pull-assets
|
||||||
pull-assets:
|
pull-assets:
|
||||||
@git clean -xfd assets
|
@git clean -xfd assets
|
||||||
|
|||||||
Reference in New Issue
Block a user