Skip to content

Commit 3abbca0

Browse files
gustavoliraclaude
andcommitted
style: add explicit return 0 to _run_parallel
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f46d025 commit 3abbca0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.ci/pipelines/utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ _run_parallel() {
667667
if [[ ${base_result} -ne 0 || ${rbac_result} -ne 0 ]]; then
668668
return 1
669669
fi
670+
return 0
670671
}
671672

672673
initiate_deployments() {

0 commit comments

Comments
 (0)