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
35ecf79a
Unverified
Commit
35ecf79a
authored
Mar 25, 2020
by
Arve Knudsen
Committed by
GitHub
Mar 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CircleCI: Deploy master builds to Kubernetes (#23034)
parent
b8018fad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
+14
-1
.circleci/config.yml
+14
-1
No files found.
.circleci/config.yml
View file @
35ecf79a
...
@@ -48,7 +48,7 @@ jobs:
...
@@ -48,7 +48,7 @@ jobs:
-
run
:
-
run
:
name
:
Install Grafana Build Pipeline
name
:
Install Grafana Build Pipeline
command
:
|
command
:
|
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.2.
0
/grabpl
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.2.
1
/grabpl
chmod +x grabpl
chmod +x grabpl
mkdir bin
mkdir bin
mv grabpl bin/
mv grabpl bin/
...
@@ -843,6 +843,15 @@ jobs:
...
@@ -843,6 +843,15 @@ jobs:
command
:
"
docker
stop
docs-website
&&
docker
rm
docs-website
&&
./scripts/ci-job-succeeded.sh"
command
:
"
docker
stop
docs-website
&&
docker
rm
docs-website
&&
./scripts/ci-job-succeeded.sh"
when
:
on_success
when
:
on_success
deploy-to-kubernetes
:
description
:
"
Deploy
Grafana
master
Docker
image
to
Kubernetes"
executor
:
grafana-build
steps
:
-
run
:
name
:
Deploy to Kubernetes
command
:
|
/tmp/workspace/bin/grabpl deploy-to-k8s $CIRCLE_WORKFLOW_ID
release-packages
:
release-packages
:
docker
:
docker
:
-
image
:
circleci/node:12
-
image
:
circleci/node:12
...
@@ -1230,6 +1239,10 @@ workflows:
...
@@ -1230,6 +1239,10 @@ workflows:
-
end-to-end-tests
-
end-to-end-tests
-
build-docs-website
:
-
build-docs-website
:
filters
:
*filter-not-release-or-master
filters
:
*filter-not-release-or-master
-
deploy-to-kubernetes
:
filters
:
*filter-only-master
requires
:
-
publish-oss-docker-images
nightly
:
nightly
:
triggers
:
triggers
:
...
...
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