Skip to content

Commit

Permalink
Merge pull request #4986 from owncloud/switch_to_official_redis
Browse files Browse the repository at this point in the history
switch to official redis
  • Loading branch information
wkloucek authored Apr 21, 2021
2 parents 5b90c5d + c5257f2 commit 7c5a0c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1696,11 +1696,8 @@ def runWebuiAcceptanceTests(suite, alternateSuiteName, filterTags, extraEnvironm
def redisService():
return[{
'name': 'redis',
'image': 'webhippie/redis',
'image': 'redis:6-alpine',
'pull': 'always',
'environment': {
'REDIS_DATABASES': 1
},
}]

def cacheOcisPipeline(ctx):
Expand Down

0 comments on commit 7c5a0c6

Please sign in to comment.