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