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
4db782fd
Unverified
Commit
4db782fd
authored
May 18, 2020
by
Josh Soref
Committed by
GitHub
May 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci-build: spelling (#24386)
parent
9ccdd4b8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
scripts/build/build-all.sh
+1
-1
scripts/build/build.sh
+1
-1
scripts/build_api_docs.sh
+1
-1
scripts/circle-release-next-packages.sh
+1
-1
scripts/generate_api_docs.sh
+1
-1
scripts/import_many_dashboards.sh
+0
-0
No files found.
scripts/build/build-all.sh
View file @
4db782fd
...
...
@@ -73,7 +73,7 @@ echo "Building frontend"
start
=
$(
date +%s%N
)
go run build.go
${
OPT
}
build-frontend
runtime
=
$((
(
$(
date +%s%N
)
-
start
)/
1000000
))
echo
"Fronten
t
build took
$runtime
"
echo
"Fronten
d
build took
$runtime
"
reportFrontEndBuildTime
$runtime
if
[
-d
"dist"
]
;
then
...
...
scripts/build/build.sh
View file @
4db782fd
...
...
@@ -102,7 +102,7 @@ function build_frontend() {
start
=
$(
date +%s%N
)
go run build.go
${
OPT
}
build-frontend
runtime
=
$((
(
$(
date +%s%N
)
-
start
)/
1000000
))
echo
"Fronten
t
build took:
$runtime
ms"
echo
"Fronten
d
build took:
$runtime
ms"
echo
"FRONTEND: finished"
}
...
...
scripts/build_api_docs.sh
View file @
4db782fd
...
...
@@ -11,7 +11,7 @@ if ! git diff-index --quiet HEAD --; then
fi
# building grafana packages
echo
"bulding grafana packages..."
echo
"bu
i
lding grafana packages..."
yarn packages:build
# extract packages api documentation json
...
...
scripts/circle-release-next-packages.sh
View file @
4db782fd
...
...
@@ -11,7 +11,7 @@ function parse_git_hash() {
}
function
prepare_version_commit
()
{
echo
$'
\n
Commiting version changes. This commit will not be checked-in!'
echo
$'
\n
Commit
t
ing version changes. This commit will not be checked-in!'
git config
--global
user.email
"circleci@grafana.com"
git config
--global
user.name
"CirceCI"
git commit
-am
"Version commit"
...
...
scripts/generate_api_docs.sh
View file @
4db782fd
...
...
@@ -29,7 +29,7 @@ echo "creating new branch ${_branch}"
git checkout
-b
"
${
_branch
}
"
# building grafana packages
echo
"bulding grafana packages..."
echo
"bu
i
lding grafana packages..."
yarn packages:build
# extract packages api documentation json
...
...
scripts/import_many_dashboards.sh
View file @
4db782fd
This diff is collapsed.
Click to expand it.
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