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
81fed255
Unverified
Commit
81fed255
authored
Mar 17, 2020
by
Tobias Skarhed
Committed by
GitHub
Mar 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Storybook: add canary deploy from master (#22843)
* Canary from master latest from release * Fix logo URL
parent
d953511e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.circleci/config.yml
+2
-1
packages/grafana-ui/.storybook/storybookTheme.ts
+1
-1
No files found.
.circleci/config.yml
View file @
81fed255
...
@@ -430,8 +430,9 @@ jobs:
...
@@ -430,8 +430,9 @@ jobs:
# We're testing the release pipeline
# We're testing the release pipeline
echo Testing release
echo Testing release
elif [[ $CIRCLE_BRANCH == "master" ]]; then
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
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
gsutil -m rsync -d -r ./packages/grafana-ui/dist/storybook gs://grafana-storybook/$CIRCLE_TAG
else
else
gsutil -m rsync -d -r ./packages/grafana-ui/dist/storybook gs://grafana-storybook/${CIRCLE_SHA1:0:7}
gsutil -m rsync -d -r ./packages/grafana-ui/dist/storybook gs://grafana-storybook/${CIRCLE_SHA1:0:7}
...
...
packages/grafana-ui/.storybook/storybookTheme.ts
View file @
81fed255
...
@@ -38,7 +38,7 @@ const createTheme = (theme: GrafanaTheme) => {
...
@@ -38,7 +38,7 @@ const createTheme = (theme: GrafanaTheme) => {
inputBorderRadius
:
4
,
inputBorderRadius
:
4
,
brandTitle
:
'Grafana UI'
,
brandTitle
:
'Grafana UI'
,
brandUrl
:
'/'
,
brandUrl
:
'
.
/'
,
brandImage
:
'./grafana_icon.svg'
,
brandImage
:
'./grafana_icon.svg'
,
});
});
};
};
...
...
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