ci: Depend on init-enterprise for gen-cue verify (#50191)

This commit is contained in:
sam boyer
2022-06-09 09:48:27 +03:00
committed by GitHub
parent 30f035ca34
commit 9fc889f5f6
5 changed files with 130 additions and 53 deletions
+3
View File
@@ -69,6 +69,9 @@ def wire_install_step():
'commands': [
'make gen-go',
],
'depends_on': [
'verify-gen-cue',
],
}