mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 11:42:35 -06:00
Storybook: add canary deploy from master (#22843)
* Canary from master latest from release * Fix logo URL
This commit is contained in:
parent
d953511e02
commit
81fed255fd
@ -430,8 +430,9 @@ jobs:
|
||||
# We're testing the release pipeline
|
||||
echo Testing release
|
||||
elif [[ $CIRCLE_BRANCH == "master" ]]; then
|
||||
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://grafana-storybook/canary
|
||||
elif [[ -n $CIRCLE_TAG ]]; then
|
||||
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://grafana-storybook/$CIRCLE_TAG
|
||||
else
|
||||
gsutil -m rsync -d -r ./packages/grafana-ui/dist/storybook gs://grafana-storybook/${CIRCLE_SHA1:0:7}
|
||||
|
@ -38,7 +38,7 @@ const createTheme = (theme: GrafanaTheme) => {
|
||||
inputBorderRadius: 4,
|
||||
|
||||
brandTitle: 'Grafana UI',
|
||||
brandUrl: '/',
|
||||
brandUrl: './',
|
||||
brandImage: './grafana_icon.svg',
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user