Merge pull request #206 from owncloud/cp-config-into-dist

Added config.json inside phoenix dist
This commit is contained in:
Michael Barz authored and GitHub committed 2020-04-15 12:03:02 +02:00
commit e0f01a4971
1 file changed
+1
+1
View File
@@ -208,6 +208,7 @@ def testing(ctx):
'cd /srv/app/phoenix',
'yarn install-all',
'yarn dist',
'cp -r /drone/src/tests/config/drone/ocis-config.json /srv/app/phoenix/dist/config.json',
'yarn run acceptance-tests-drone'
],
'volumes': [{