Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
4cf8e1d6
Unverified
Commit
4cf8e1d6
authored
Apr 14, 2020
by
Tobias Skarhed
Committed by
GitHub
Apr 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Storybook: Update URL to push to new bucket (#23441)
parent
c5f21bda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.circleci/config.yml
+3
-3
No files found.
.circleci/config.yml
View file @
4cf8e1d6
...
@@ -496,12 +496,12 @@ jobs:
...
@@ -496,12 +496,12 @@ jobs:
elif [[ $CIRCLE_BRANCH == "master" ]]; then
elif [[ $CIRCLE_BRANCH == "master" ]]; then
echo $GCP_GRAFANA_UPLOAD_KEY > /tmp/gcpkey.json
echo $GCP_GRAFANA_UPLOAD_KEY > /tmp/gcpkey.json
gcloud auth activate-service-account --key-file=/tmp/gcpkey.json
gcloud auth activate-service-account --key-file=/tmp/gcpkey.json
gsutil -m rsync -d -r ./packages/grafana-ui/dist/storybook gs://
grafana-storybook
/canary
gsutil -m rsync -d -r ./packages/grafana-ui/dist/storybook gs://
developers.grafana.com/ui
/canary
elif [[ -n $CIRCLE_TAG ]]; then
elif [[ -n $CIRCLE_TAG ]]; then
echo $GCP_GRAFANA_UPLOAD_KEY > /tmp/gcpkey.json
echo $GCP_GRAFANA_UPLOAD_KEY > /tmp/gcpkey.json
gcloud auth activate-service-account --key-file=/tmp/gcpkey.json
gcloud auth activate-service-account --key-file=/tmp/gcpkey.json
gsutil -m rsync -d -r ./packages/grafana-ui/dist/storybook gs://
grafana-storybook
/latest
gsutil -m rsync -d -r ./packages/grafana-ui/dist/storybook gs://
developers.grafana.com/ui
/latest
gsutil -m rsync -d -r ./packages/grafana-ui/dist/storybook gs://
grafana-storybook
/$CIRCLE_TAG
gsutil -m rsync -d -r ./packages/grafana-ui/dist/storybook gs://
developers.grafana.com/ui
/$CIRCLE_TAG
fi
fi
-
run
:
-
run
:
name
:
CI job failed
name
:
CI job failed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment