CI: add missing github app volume to release pipeline (#97406)
add github app volume to release pipeline
This commit is contained in:
@@ -175,6 +175,7 @@ def publish_artifacts_pipelines(mode):
|
||||
trigger = trigger,
|
||||
steps = steps,
|
||||
environment = {"EDITION": "oss"},
|
||||
volumes = github_app_pipeline_volumes(),
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
@@ -380,6 +380,7 @@ def rgm_promotion_pipeline():
|
||||
name = "rgm-promotion",
|
||||
trigger = promotion_trigger,
|
||||
steps = steps,
|
||||
volumes = github_app_step_volumes(),
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user