Skip to content

Commit

Permalink
Print build_push_task output
Browse files Browse the repository at this point in the history
The output includes output from tkn-bundle-push and skopeo-copy. Both of
them should be output.
  • Loading branch information
tkdchen committed Feb 8, 2025
1 parent ee810d8 commit be33672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/build-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ build_push_tasks() {
echo "info: push new bundle $task_bundle" 1>&2

output=$(build_push_task "$task_dir" "$prepared_task_file" "$task_bundle" "$task_file_sha" "$has_migration")
echo "$output" >&2
echo

task_bundle_with_digest=$(grep -m 1 "^Pushed Tekton Bundle to" <<<"$output" 2>/dev/null)
task_bundle_with_digest=${task_bundle_with_digest##* }
Expand Down

0 comments on commit be33672

Please sign in to comment.