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

(cherry picked from commit 7dcc5ca199)

Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-11-18 18:11:43 +02:00
committed by GitHub
co-authored by Dimitris Sotirakis
parent a6ce53136c
commit 94023f10a3
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/',