mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 03:40:01 -06:00
Merge pull request #956 from owncloud/fix_gopath_volume_caching
[tests-only] fix gopath volume for ocis modules testing
This commit is contained in:
@@ -307,6 +307,12 @@ def testing(ctx, module):
|
||||
'refs/pull/**',
|
||||
],
|
||||
},
|
||||
'volumes': [
|
||||
{
|
||||
'name': 'gopath',
|
||||
'temp': {},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
def uploadCoverage(ctx):
|
||||
|
||||
Reference in New Issue
Block a user