Skip to content

Commit

Permalink
Merge pull request #201 from owncloud/fix-skeleton-path
Browse files Browse the repository at this point in the history
[Tests-only] Fix skeleton directory path
  • Loading branch information
dpakach authored May 14, 2020
2 parents 80aca05 + 42b6f63 commit dd78746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ def testing(ctx):
'TEST_EXTERNAL_USER_BACKENDS':'true',
'TEST_OCIS':'true',
'OCIS_REVA_DATA_ROOT': '/srv/app/tmp/reva/',
'SKELETON_DIR': '/var/www/owncloud/server/apps/testing/data/apiSkeleton'
'SKELETON_DIR': '/srv/app/tmp/testing/data/apiSkeleton'
},
'commands': [
'git clone -b master --depth=1 https://github.com/owncloud/testing.git /var/www/owncloud/server/apps/testing',
'git clone -b master --depth=1 https://github.com/owncloud/testing.git /srv/app/tmp/testing',
'git clone -b master --depth=1 https://github.com/owncloud/core.git /srv/app/testrunner',
'cd /srv/app/testrunner',
'make test-acceptance-api'
Expand Down

0 comments on commit dd78746

Please sign in to comment.