Merge pull request #674 from owncloud/update-ocis-phoenix-0.20.0
Update phoenix to 0.20.0
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ config = {
|
|||||||
},
|
},
|
||||||
'uiTests': {
|
'uiTests': {
|
||||||
'phoenixBranch': 'master',
|
'phoenixBranch': 'master',
|
||||||
'phoenixCommit': '42c2a372aceb31eb17e13ebae08e2e25e2447dfe',
|
'phoenixCommit': '693fa6d275243fc860b4b82e5146d25f62d927fb',
|
||||||
'suites': {
|
'suites': {
|
||||||
'phoenixWebUI1': [
|
'phoenixWebUI1': [
|
||||||
'webUICreateFilesFolders',
|
'webUICreateFilesFolders',
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Change: Update phoenix to v0.20.0
|
||||||
|
|
||||||
|
Tags: web
|
||||||
|
|
||||||
|
We updated phoenix to v0.20.0. Please refer to the changelog (linked) for details on the phoenix release.
|
||||||
|
|
||||||
|
https://github.com/owncloud/ocis/pull/674
|
||||||
|
https://github.com/owncloud/phoenix/releases/tag/v0.20.0
|
||||||
@@ -3,7 +3,7 @@ NAME := ocis-phoenix
|
|||||||
IMPORT := github.com/owncloud/ocis/$(NAME)
|
IMPORT := github.com/owncloud/ocis/$(NAME)
|
||||||
BIN := bin
|
BIN := bin
|
||||||
DIST := dist
|
DIST := dist
|
||||||
PHOENIX_ASSETS_VERSION = v0.19.0
|
PHOENIX_ASSETS_VERSION = v0.20.0
|
||||||
|
|
||||||
ifeq ($(OS), Windows_NT)
|
ifeq ($(OS), Windows_NT)
|
||||||
EXECUTABLE := $(NAME).exe
|
EXECUTABLE := $(NAME).exe
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user