CI: Remove manual gcloud authentication (#44986) (#45444)

* Remove manual gcloud auth from store-packages

* Update grabpl

(cherry picked from commit 163b570f5d)
This commit is contained in:
Dimitris Sotirakis
2022-02-16 09:45:50 +01:00
committed by GitHub
parent 67fc8ecbe3
commit e43e5c3c42
2 changed files with 34 additions and 38 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token', 'prerelease_bucket')
grabpl_version = 'v2.8.9'
grabpl_version = 'v2.9.0'
build_image = 'grafana/build-container:1.4.9'
publish_image = 'grafana/grafana-ci-deploy:1.3.1'
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
@@ -969,7 +969,6 @@ def store_packages_step(edition, ver_mode, is_downstream=False):
'GPG_KEY_PASSWORD': from_secret('gpg_key_password'),
},
'commands': [
'printenv GCP_KEY | base64 -d > /tmp/gcpkey.json',
cmd,
],
}