mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: move grabpl package command to pkg/build (#55651)
* add grabpl package * update .drone.yml * resolve lint errors
This commit is contained in:
@@ -665,7 +665,7 @@ def package_step(edition, ver_mode, include_enterprise2=False, variants=None):
|
||||
# TODO: Use percentage for jobs
|
||||
if ver_mode == 'release':
|
||||
cmds = [
|
||||
'{}./bin/grabpl package --jobs 8 --edition {} '.format(test_args, edition) + \
|
||||
'{}./bin/build package --jobs 8 --edition {} '.format(test_args, edition) + \
|
||||
'{} ${{DRONE_TAG}}'.format(
|
||||
sign_args
|
||||
),
|
||||
@@ -673,7 +673,7 @@ def package_step(edition, ver_mode, include_enterprise2=False, variants=None):
|
||||
else:
|
||||
build_no = '${DRONE_BUILD_NUMBER}'
|
||||
cmds = [
|
||||
'{}./bin/grabpl package --jobs 8 --edition {} '.format(test_args, edition) + \
|
||||
'{}./bin/build package --jobs 8 --edition {} '.format(test_args, edition) + \
|
||||
'--build-id {}{}{}'.format(build_no, variants_str, sign_args),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user