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
9ecfc39b
Commit
9ecfc39b
authored
Jan 17, 2019
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: fixes the path for gsutil and gcloud.
parent
7c22848c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
scripts/build/ci-deploy/Dockerfile
+3
-3
scripts/build/ci-deploy/build-deploy.sh
+1
-1
No files found.
scripts/build/ci-deploy/Dockerfile
View file @
9ecfc39b
...
@@ -8,8 +8,6 @@ RUN git clone https://github.com/aptly-dev/aptly $GOPATH/src/github.com/aptly-de
...
@@ -8,8 +8,6 @@ RUN git clone https://github.com/aptly-dev/aptly $GOPATH/src/github.com/aptly-de
FROM
circleci/python:2.7-stretch
FROM
circleci/python:2.7-stretch
ENV
PATH=$PATH:/opt/google-cloud-sdk/bin
USER
root
USER
root
RUN
pip install awscli
&&
\
RUN
pip install awscli
&&
\
...
@@ -18,7 +16,9 @@ RUN pip install awscli && \
...
@@ -18,7 +16,9 @@ RUN pip install awscli && \
apt update
&&
\
apt update
&&
\
apt install
-y
createrepo expect
&&
\
apt install
-y
createrepo expect
&&
\
apt-get autoremove
-y
&&
\
apt-get autoremove
-y
&&
\
rm
-rf
/var/lib/apt/lists/
*
rm
-rf
/var/lib/apt/lists/
*
&&
\
ln
-s
/opt/google-cloud-sdk/bin/gsutil /usr/bin/gsutil
&&
\
ln
-s
/opt/google-cloud-sdk/bin/gcloud /usr/bin/gcloud
COPY
--from=0 /go/bin/aptly /usr/local/bin/aptly
COPY
--from=0 /go/bin/aptly /usr/local/bin/aptly
...
...
scripts/build/ci-deploy/build-deploy.sh
View file @
9ecfc39b
#!/bin/bash
#!/bin/bash
_version
=
"1.
1
.0"
_version
=
"1.
2
.0"
_tag
=
"grafana/grafana-ci-deploy:
${
_version
}
"
_tag
=
"grafana/grafana-ci-deploy:
${
_version
}
"
docker build
-t
$_tag
.
docker build
-t
$_tag
.
...
...
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