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
a87381ec
Unverified
Commit
a87381ec
authored
May 05, 2020
by
Arve Knudsen
Committed by
GitHub
May 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CircleCI: Enable plug-in signing (#24240)
* CircleCI: Include signed manifest when building plug-ins
parent
de0e1b2c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
.circleci/config.yml
+7
-1
plugins-bundled/internal/input-datasource/src/plugin.json
+1
-0
No files found.
.circleci/config.yml
View file @
a87381ec
...
@@ -54,7 +54,7 @@ commands:
...
@@ -54,7 +54,7 @@ commands:
-
run
:
-
run
:
name
:
"
Install
Grafana
build
pipeline
tool"
name
:
"
Install
Grafana
build
pipeline
tool"
command
:
|
command
:
|
VERSION=0.4.
3
VERSION=0.4.
4
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
chmod +x grabpl
chmod +x grabpl
mv grabpl /tmp
mv grabpl /tmp
...
@@ -192,7 +192,13 @@ jobs:
...
@@ -192,7 +192,13 @@ jobs:
-
run
:
-
run
:
name
:
Build internal Grafana plug-ins
name
:
Build internal Grafana plug-ins
command
:
|
command
:
|
if [[ -n "$CIRCLE_PR_NUMBER" ]]; then
# This is a forked PR, so don't sign as it requires an API secret
/tmp/grabpl build-plugins --jobs 2 --edition << parameters.edition >>
/tmp/grabpl build-plugins --jobs 2 --edition << parameters.edition >>
else
export GRAFANA_API_KEY=$GRAFANA_COM_API_KEY
/tmp/grabpl build-plugins --jobs 2 --edition << parameters.edition >> --sign --signing-admin
fi
-
run
:
-
run
:
name
:
Move artifacts
name
:
Move artifacts
command
:
|
command
:
|
...
...
plugins-bundled/internal/input-datasource/src/plugin.json
View file @
a87381ec
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
"metrics"
:
true
,
"metrics"
:
true
,
"info"
:
{
"info"
:
{
"version"
:
"1.0.0"
,
"description"
:
"Data source that supports manual table & CSV input"
,
"description"
:
"Data source that supports manual table & CSV input"
,
"author"
:
{
"author"
:
{
"name"
:
"Grafana Labs"
,
"name"
:
"Grafana Labs"
,
...
...
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