mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 18:01:40 -06:00
build: fixes gcp push path.
This commit is contained in:
parent
c9aba023b5
commit
5469a1a569
@ -403,7 +403,7 @@ jobs:
|
||||
command: '/opt/google-cloud-sdk/bin/gcloud auth activate-service-account --key-file=/tmp/gcpkey.json'
|
||||
- run:
|
||||
name: deploy to gcp
|
||||
command: '/opt/google-cloud-sdk/bin/gsutil cp ./dist/* gs://R/oss/release'
|
||||
command: '/opt/google-cloud-sdk/bin/gsutil cp ./dist/* gs://$GCP_BUCKET_NAME/oss/release'
|
||||
- run:
|
||||
name: Deploy to Grafana.com
|
||||
command: './scripts/build/publish.sh'
|
||||
|
Loading…
Reference in New Issue
Block a user