Fix typo in comment in .drone.star

This commit is contained in:
Phil Davis
2020-12-04 07:32:33 +05:45
parent 99279379d9
commit fd2a96af5a

View File

@@ -1667,7 +1667,7 @@ def genericCache(name, action, mounts, cache_key):
'from_secret': 'cache_s3_endpoint'
},
'bucket': 'cache',
'region': 'us-east-1', # not used at all, but failes if not given!
'region': 'us-east-1', # not used at all, but fails if not given!
'path_style': 'true',
'cache_key': cache_key,
'rebuild': rebuild,