mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Drone: publish-linux-packages should be privileged (#55816)
It's currently failing with a failure to mount s3fs
This commit is contained in:
@@ -1028,6 +1028,7 @@ def publish_linux_packages_step(edition):
|
||||
'depends_on': [
|
||||
'grabpl'
|
||||
],
|
||||
'privileged': True,
|
||||
'failure': 'ignore', # While we're testing it
|
||||
'settings': {
|
||||
'access_key_id': from_secret('packages_access_key_id'),
|
||||
|
||||
Reference in New Issue
Block a user