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
ad61bff3
Commit
ad61bff3
authored
Jan 09, 2019
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: deploys enterprise to its own repo.
parent
76e9607b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
.circleci/config.yml
+13
-3
scripts/build/update_repo/update-deb.sh
+2
-0
No files found.
.circleci/config.yml
View file @
ad61bff3
...
...
@@ -323,7 +323,7 @@ jobs:
deploy-enterprise-master
:
docker
:
-
image
:
grafana/grafana-ci-deploy:1.
0
.0
-
image
:
grafana/grafana-ci-deploy:1.
1
.0
steps
:
-
attach_workspace
:
at
:
.
...
...
@@ -346,7 +346,7 @@ jobs:
deploy-enterprise-release
:
docker
:
-
image
:
grafana/grafana-ci-deploy:1.
0
.0
-
image
:
grafana/grafana-ci-deploy:1.
1
.0
steps
:
-
attach_workspace
:
at
:
.
...
...
@@ -365,10 +365,20 @@ jobs:
-
run
:
name
:
Deploy to Grafana.com
command
:
'
./scripts/build/publish.sh
--enterprise'
-
run
:
name
:
Load GPG private key
comand
:
'
./scripts/build/load-signing-key.sh'
-
run
:
name
:
Update Debian repository
command
:
'
./scripts/build/update_repo/update-deb.sh
"enterprise"
"$GPG_KEY_PASSWORD"
"$CIRCLE_TAG"'
-
run
:
name
:
Update RPM repository
command
:
'
./scripts/build/update_repo/update-rpm.sh
"enterprise"
"$GPG_KEY_PASSWORD"
"$CIRCLE_TAG"'
deploy-master
:
docker
:
-
image
:
grafana/grafana-ci-deploy:1.
0
.0
-
image
:
grafana/grafana-ci-deploy:1.
1
.0
steps
:
-
attach_workspace
:
at
:
.
...
...
scripts/build/update_repo/update-deb.sh
View file @
ad61bff3
...
...
@@ -42,7 +42,9 @@ aptly repo add "$REPO" ./dist
echo
"allow-loopback-pinentry"
>
~/.gnupg/gpg-agent.conf
echo
"pinentry-mode loopback"
>
~/.gnupg/gpg.conf
touch /tmp/sign-this
./scripts/build/update_repo/unlock-gpg-key.sh
"
$GPG_PASS
"
rm /tmp/sign-this /tmp/sign-this.asc
aptly publish repo grafana filesystem:repo:grafana
aptly publish repo beta filesystem:repo:grafana
...
...
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