Skip to content

Commit 0118c4e

Browse files
fix: concourse issues while streaming volumes in the offline gate put step (#2713)
* fix: concourse issues while streaming volumes in the offline gate put step * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cdc1abb commit 0118c4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content_sync/pipelines/definitions/concourse/site_pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ def __init__(self, config: SitePipelineDefinitionConfig, **kwargs):
868868
attempts=3,
869869
get_params={"strict": True},
870870
no_get=True,
871+
inputs=[],
871872
)
872873
# Add cleanup step to the inner put step.
873874
# This will trigger before TryStep suppresses the error

0 commit comments

Comments
 (0)