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
8d6797c3
Commit
8d6797c3
authored
Jul 02, 2018
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: publishes grafana enterprise to s3.
parent
6286c31d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
1 deletions
+35
-1
.circleci/config.yml
+35
-1
No files found.
.circleci/config.yml
View file @
8d6797c3
...
...
@@ -160,7 +160,7 @@ jobs:
steps
:
-
checkout
-
run
:
name
:
build
and package grafana
name
:
build
, test and package grafana enterprise
command
:
'
./scripts/build/build_enterprise.sh'
-
run
:
name
:
sign packages
...
...
@@ -168,6 +168,26 @@ jobs:
-
run
:
name
:
sha-sum packages
command
:
'
go
run
build.go
sha-dist'
-run
:
name
:
move enterprise packages into their own folder
command
:
'
mv
dist
enterprise-dist'
-
persist_to_workspace
:
root
:
.
paths
:
-
enterprise-dist/grafana*
deploy-enterprise-master
:
docker
:
-
image
:
circleci/python:2.7-stretch
steps
:
-
attach_workspace
:
at
:
.
-
run
:
name
:
install awscli
command
:
'
sudo
pip
install
awscli'
-
run
:
name
:
deploy to s3
command
:
'
aws
s3
sync
./enterprise-dist
s3://$ENTERPRISE_BUCKET_NAME/master'
deploy-master
:
docker
:
...
...
@@ -247,6 +267,20 @@ workflows:
filters
:
branches
:
only
:
master
-
deploy-enterprise-master
:
requires
:
-
build-all
-
test-backend
-
test-frontend
-
codespell
-
gometalinter
-
mysql-integration-test
-
postgres-integration-test
-
build-enterprise
filters
:
branches
:
only
:
master
release
:
jobs
:
-
build-all
:
...
...
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