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
8ea2f7f8
Commit
8ea2f7f8
authored
Sep 05, 2018
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: updated build-container with go1.11.
parent
12c98608
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
.circleci/config.yml
+2
-2
scripts/build/build-all.sh
+4
-0
scripts/build/build.sh
+3
-0
No files found.
.circleci/config.yml
View file @
8ea2f7f8
...
@@ -125,7 +125,7 @@ jobs:
...
@@ -125,7 +125,7 @@ jobs:
build-all
:
build-all
:
docker
:
docker
:
-
image
:
grafana/build-container:
1.0.0
-
image
:
grafana/build-container:
build
working_directory
:
/go/src/github.com/grafana/grafana
working_directory
:
/go/src/github.com/grafana/grafana
steps
:
steps
:
-
checkout
-
checkout
...
@@ -168,7 +168,7 @@ jobs:
...
@@ -168,7 +168,7 @@ jobs:
build
:
build
:
docker
:
docker
:
-
image
:
grafana/build-container:
1.0.0
-
image
:
grafana/build-container:
build
working_directory
:
/go/src/github.com/grafana/grafana
working_directory
:
/go/src/github.com/grafana/grafana
steps
:
steps
:
-
checkout
-
checkout
...
...
scripts/build/build-all.sh
View file @
8ea2f7f8
...
@@ -45,6 +45,10 @@ else
...
@@ -45,6 +45,10 @@ else
fi
fi
echo
"Building frontend"
echo
"Building frontend"
go run build.go
${
OPT
}
build-frontend
go run build.go
${
OPT
}
build-frontend
# Load ruby, needed for packing with fpm
source
/etc/profile.d/rvm.sh
echo
"Packaging"
echo
"Packaging"
go run build.go
-goos
linux
-pkg-arch
amd64
${
OPT
}
package-only latest
go run build.go
-goos
linux
-pkg-arch
amd64
${
OPT
}
package-only latest
#removing amd64 phantomjs bin for armv7/arm64 packages
#removing amd64 phantomjs bin for armv7/arm64 packages
...
...
scripts/build/build.sh
View file @
8ea2f7f8
...
@@ -33,5 +33,8 @@ fi
...
@@ -33,5 +33,8 @@ fi
echo
"Building frontend"
echo
"Building frontend"
go run build.go
${
OPT
}
build-frontend
go run build.go
${
OPT
}
build-frontend
# Load ruby, needed for packing with fpm
source
/etc/profile.d/rvm.sh
echo
"Packaging"
echo
"Packaging"
go run build.go
-goos
linux
-pkg-arch
amd64
${
OPT
}
package-only latest
go run build.go
-goos
linux
-pkg-arch
amd64
${
OPT
}
package-only latest
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