CI: move grabpl build-docker from grabpl to grafana (#53077)
* add grabpl build-docker
This commit is contained in:
@@ -799,7 +799,7 @@ def copy_packages_for_docker_step():
|
||||
|
||||
|
||||
def build_docker_images_step(edition, ver_mode, archs=None, ubuntu=False, publish=False):
|
||||
cmd = './bin/grabpl build-docker --edition {}'.format(edition)
|
||||
cmd = './bin/build build-docker --edition {}'.format(edition)
|
||||
if publish:
|
||||
cmd += ' --shouldSave'
|
||||
|
||||
@@ -814,7 +814,10 @@ def build_docker_images_step(edition, ver_mode, archs=None, ubuntu=False, publis
|
||||
return {
|
||||
'name': 'build-docker-images' + ubuntu_sfx,
|
||||
'image': 'google/cloud-sdk',
|
||||
'depends_on': ['copy-packages-for-docker'],
|
||||
'depends_on': [
|
||||
'copy-packages-for-docker',
|
||||
'compile-build-cmd',
|
||||
],
|
||||
'commands': [
|
||||
cmd
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user