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
6baba649
Unverified
Commit
6baba649
authored
Apr 03, 2019
by
Leonard Gram
Committed by
GitHub
Apr 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Fixed incorrect permissions for repo folders in ci-deploy. (#16360)
parent
6ef844da
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
.circleci/config.yml
+4
-4
scripts/build/ci-deploy/Dockerfile
+3
-1
scripts/build/ci-deploy/build-deploy.sh
+1
-1
No files found.
.circleci/config.yml
View file @
6baba649
...
...
@@ -322,7 +322,7 @@ jobs:
deploy-enterprise-master
:
docker
:
-
image
:
grafana/grafana-ci-deploy:1.2.
1
-
image
:
grafana/grafana-ci-deploy:1.2.
2
steps
:
-
attach_workspace
:
at
:
.
...
...
@@ -347,7 +347,7 @@ jobs:
deploy-enterprise-release
:
docker
:
-
image
:
grafana/grafana-ci-deploy:1.2.
1
-
image
:
grafana/grafana-ci-deploy:1.2.
2
steps
:
-
checkout
-
attach_workspace
:
...
...
@@ -380,7 +380,7 @@ jobs:
deploy-master
:
docker
:
-
image
:
grafana/grafana-ci-deploy:1.2.
1
-
image
:
grafana/grafana-ci-deploy:1.2.
2
steps
:
-
attach_workspace
:
at
:
.
...
...
@@ -411,7 +411,7 @@ jobs:
deploy-release
:
docker
:
-
image
:
grafana/grafana-ci-deploy:1.2.
1
-
image
:
grafana/grafana-ci-deploy:1.2.
2
steps
:
-
checkout
-
attach_workspace
:
...
...
scripts/build/ci-deploy/Dockerfile
View file @
6baba649
...
...
@@ -18,7 +18,9 @@ RUN pip install -U awscli crcmod && \
apt-get autoremove
-y
&&
\
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
ln
-s
/opt/google-cloud-sdk/bin/gcloud /usr/bin/gcloud
&&
\
mkdir
-p
/deb-repo /rpm-repo
&&
\
chown circleci:circleci /deb-repo /rpm-repo
COPY
--from=0 /go/bin/aptly /usr/local/bin/aptly
...
...
scripts/build/ci-deploy/build-deploy.sh
View file @
6baba649
#!/bin/bash
_version
=
"1.2.
1
"
_version
=
"1.2.
2
"
_tag
=
"grafana/grafana-ci-deploy:
${
_version
}
"
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