Make initialize depend on clone, only on enterprise pipelines (#41909)

This commit is contained in:
Dimitris Sotirakis
2021-11-18 18:10:25 +02:00
committed by GitHub
parent e8a2a82d5c
commit 7dcc5ca199
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ def initialize_step(edition, platform, ver_mode, is_downstream=False, install_de
'name': 'initialize',
'image': build_image,
'depends_on': [
'grabpl',
'clone',
],
'commands': [
'mv bin/grabpl /tmp/',