Merge pull request #956 from owncloud/fix_gopath_volume_caching

[tests-only] fix gopath volume for ocis modules testing
This commit is contained in:
Phil Davis
2020-11-26 22:01:52 +05:45
committed by GitHub

View File

@@ -307,6 +307,12 @@ def testing(ctx, module):
'refs/pull/**',
],
},
'volumes': [
{
'name': 'gopath',
'temp': {},
},
],
}
def uploadCoverage(ctx):