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
8ed12aa2
Commit
8ed12aa2
authored
Feb 17, 2018
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgrade to go 1.10
parent
1dd9ee7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
circle.yml
+1
-1
scripts/build/Dockerfile
+1
-1
No files found.
circle.yml
View file @
8ed12aa2
...
@@ -9,7 +9,7 @@ machine:
...
@@ -9,7 +9,7 @@ machine:
GOPATH
:
"
/home/ubuntu/.go_workspace"
GOPATH
:
"
/home/ubuntu/.go_workspace"
ORG_PATH
:
"
github.com/grafana"
ORG_PATH
:
"
github.com/grafana"
REPO_PATH
:
"
${ORG_PATH}/grafana"
REPO_PATH
:
"
${ORG_PATH}/grafana"
GODIST
:
"
go1.
9.3
.linux-amd64.tar.gz"
GODIST
:
"
go1.
10
.linux-amd64.tar.gz"
post
:
post
:
-
mkdir -p ~/download
-
mkdir -p ~/download
-
mkdir -p ~/docker
-
mkdir -p ~/docker
...
...
scripts/build/Dockerfile
View file @
8ed12aa2
...
@@ -21,7 +21,7 @@ RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A170311380
...
@@ -21,7 +21,7 @@ RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A170311380
RUN
curl
--silent
--location
https://rpm.nodesource.com/setup_6.x | bash -
&&
\
RUN
curl
--silent
--location
https://rpm.nodesource.com/setup_6.x | bash -
&&
\
yum install
-y
nodejs
--nogpgcheck
yum install
-y
nodejs
--nogpgcheck
ENV
GOLANG_VERSION 1.
9.3
ENV
GOLANG_VERSION 1.
10
RUN
wget https://dl.yarnpkg.com/rpm/yarn.repo
-O
/etc/yum.repos.d/yarn.repo
&&
\
RUN
wget https://dl.yarnpkg.com/rpm/yarn.repo
-O
/etc/yum.repos.d/yarn.repo
&&
\
yum install
-y
yarn
--nogpgcheck
&&
\
yum install
-y
yarn
--nogpgcheck
&&
\
...
...
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