Drone: Protect GCP_KEY (#26436)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-07-18 14:38:23 +02:00
committed by GitHub
parent c65cef2327
commit e4be332b78
2 changed files with 3 additions and 3 deletions

View File

@ -157,7 +157,7 @@ def init_steps(edition):
},
},
'commands': [
'git clone https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git',
'git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git"',
'cd grafana-enterprise',
'git checkout ${DRONE_COMMIT}',
],
@ -251,7 +251,7 @@ def publish_storybook_step(edition):
},
},
'commands': [
'echo $${GCP_KEY} > /tmp/gcpkey.json',
'echo "$${GCP_KEY}" > /tmp/gcpkey.json',
'gcloud auth activate-service-account --key-file=/tmp/gcpkey.json',
'echo gsutil -m rsync -d -r ./packages/grafana-ui/dist/storybook gs://grafana-storybook/canary',
],