* CI: Make `init-enterprise` depend on `grabpl` (#65797) Make init-enterprise depend on grabpl # Conflicts: # .drone.yml (cherry picked from commit821633c796) # Conflicts: # .drone.yml * CI: Exclude cloud related tags from tag events (#65806) * Exclude cloud related tags * Fix starlark lint errors (cherry picked from commita18ea77aac) # Conflicts: # .drone.yml
This commit is contained in:
@@ -171,6 +171,7 @@ def init_enterprise_step(ver_mode):
|
||||
"image": build_image,
|
||||
"depends_on": [
|
||||
"clone-enterprise",
|
||||
"grabpl",
|
||||
],
|
||||
"environment": environment,
|
||||
"commands": [
|
||||
|
||||
Reference in New Issue
Block a user