Drone: publish-linux-packages should be privileged (#55816)

It's currently failing with a failure to mount s3fs
This commit is contained in:
Julien Duchesne
2022-09-27 15:44:39 +03:00
committed by GitHub
parent 53a39e5037
commit 169df2fe90
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -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'),