Commit 4db782fd by Josh Soref Committed by GitHub

ci-build: spelling (#24386)

parent 9ccdd4b8
...@@ -73,7 +73,7 @@ echo "Building frontend" ...@@ -73,7 +73,7 @@ echo "Building frontend"
start=$(date +%s%N) start=$(date +%s%N)
go run build.go ${OPT} build-frontend go run build.go ${OPT} build-frontend
runtime=$((($(date +%s%N) - start)/1000000)) runtime=$((($(date +%s%N) - start)/1000000))
echo "Frontent build took $runtime" echo "Frontend build took $runtime"
reportFrontEndBuildTime $runtime reportFrontEndBuildTime $runtime
if [ -d "dist" ]; then if [ -d "dist" ]; then
......
...@@ -102,7 +102,7 @@ function build_frontend() { ...@@ -102,7 +102,7 @@ function build_frontend() {
start=$(date +%s%N) start=$(date +%s%N)
go run build.go ${OPT} build-frontend go run build.go ${OPT} build-frontend
runtime=$((($(date +%s%N) - start)/1000000)) runtime=$((($(date +%s%N) - start)/1000000))
echo "Frontent build took: $runtime ms" echo "Frontend build took: $runtime ms"
echo "FRONTEND: finished" echo "FRONTEND: finished"
} }
......
...@@ -11,7 +11,7 @@ if ! git diff-index --quiet HEAD --; then ...@@ -11,7 +11,7 @@ if ! git diff-index --quiet HEAD --; then
fi fi
# building grafana packages # building grafana packages
echo "bulding grafana packages..." echo "building grafana packages..."
yarn packages:build yarn packages:build
# extract packages api documentation json # extract packages api documentation json
......
...@@ -11,7 +11,7 @@ function parse_git_hash() { ...@@ -11,7 +11,7 @@ function parse_git_hash() {
} }
function prepare_version_commit () { function prepare_version_commit () {
echo $'\nCommiting version changes. This commit will not be checked-in!' echo $'\nCommitting version changes. This commit will not be checked-in!'
git config --global user.email "circleci@grafana.com" git config --global user.email "circleci@grafana.com"
git config --global user.name "CirceCI" git config --global user.name "CirceCI"
git commit -am "Version commit" git commit -am "Version commit"
......
...@@ -29,7 +29,7 @@ echo "creating new branch ${_branch}" ...@@ -29,7 +29,7 @@ echo "creating new branch ${_branch}"
git checkout -b "${_branch}" git checkout -b "${_branch}"
# building grafana packages # building grafana packages
echo "bulding grafana packages..." echo "building grafana packages..."
yarn packages:build yarn packages:build
# extract packages api documentation json # extract packages api documentation json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment