Skip to content

Commit

Permalink
Merge pull request #956 from owncloud/fix_gopath_volume_caching
Browse files Browse the repository at this point in the history
[tests-only] fix gopath volume for ocis modules testing
  • Loading branch information
phil-davis authored Nov 26, 2020
2 parents c5a7529 + da20db1 commit cda8aad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ def testing(ctx, module):
'refs/pull/**',
],
},
'volumes': [
{
'name': 'gopath',
'temp': {},
},
],
}

def uploadCoverage(ctx):
Expand Down

0 comments on commit cda8aad

Please sign in to comment.