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
c65aea55
Unverified
Commit
c65aea55
authored
Sep 24, 2020
by
Arve Knudsen
Committed by
GitHub
Sep 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drone: Fix master build (#27765)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
a8d97f66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
.drone.yml
+6
-0
scripts/lib.star
+9
-0
No files found.
.drone.yml
View file @
c65aea55
...
...
@@ -529,6 +529,12 @@ steps:
environment
:
GCP_GRAFANA_UPLOAD_KEY
:
from_secret
:
gcp_key
GPG_KEY_PASSWORD
:
from_secret
:
gpg_key_password
GPG_PRIV_KEY
:
from_secret
:
gpg_priv_key
GPG_PUB_KEY
:
from_secret
:
gpg_pub_key
GRAFANA_COM_API_KEY
:
from_secret
:
grafana_api_key
depends_on
:
...
...
scripts/lib.star
View file @
c65aea55
...
...
@@ -750,6 +750,15 @@ def publish_packages_step(edition, is_downstream):
'GRAFANA_COM_API_KEY': {
'from_secret': 'grafana_api_key',
},
'GPG_PRIV_KEY': {
'from_secret': 'gpg_priv_key',
},
'GPG_PUB_KEY': {
'from_secret': 'gpg_pub_key',
},
'GPG_KEY_PASSWORD': {
'from_secret': 'gpg_key_password',
},
},
'commands': [
'./bin/grabpl publish-packages --edition {}'.format(edition),
...
...
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