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
34d9191c
Unverified
Commit
34d9191c
authored
Aug 20, 2020
by
Arve Knudsen
Committed by
GitHub
Aug 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drone: Always pass --no-pull-enterprise (#27108)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
04249ae7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.drone.yml
+1
-1
scripts/lib.star
+2
-2
No files found.
.drone.yml
View file @
34d9191c
...
@@ -312,7 +312,7 @@ steps:
...
@@ -312,7 +312,7 @@ steps:
-
name
:
build-backend
-
name
:
build-backend
image
:
grafana/build-container:1.2.24
image
:
grafana/build-container:1.2.24
commands
:
commands
:
-
./bin/grabpl build-backend --jobs 8 --edition oss --build-id $DRONE_BUILD_NUMBER
-
./bin/grabpl build-backend --jobs 8 --edition oss --build-id $DRONE_BUILD_NUMBER
--no-pull-enterprise
depends_on
:
depends_on
:
-
initialize
-
initialize
-
lint-backend
-
lint-backend
...
...
scripts/lib.star
View file @
34d9191c
...
@@ -289,7 +289,7 @@ def publish_storybook_step(edition):
...
@@ -289,7 +289,7 @@ def publish_storybook_step(edition):
def build_backend_step(edition, variants=None):
def build_backend_step(edition, variants=None):
if variants:
if variants:
variants_str = ' --variants {}
--no-pull-enterprise
'.format(','.join(variants))
variants_str = ' --variants {}'.format(','.join(variants))
else:
else:
variants_str = ''
variants_str = ''
return {
return {
...
@@ -302,7 +302,7 @@ def build_backend_step(edition, variants=None):
...
@@ -302,7 +302,7 @@ def build_backend_step(edition, variants=None):
],
],
'commands': [
'commands': [
# TODO: Convert number of jobs to percentage
# TODO: Convert number of jobs to percentage
'./bin/grabpl build-backend --jobs 8 --edition {} --build-id $DRONE_BUILD_NUMBER{}'.format(
'./bin/grabpl build-backend --jobs 8 --edition {} --build-id $DRONE_BUILD_NUMBER{}
--no-pull-enterprise
'.format(
edition, variants_str
edition, variants_str
),
),
],
],
...
...
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