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 Jan 27, 2025
1 parent 84b6cae commit 70eeaa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/build-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ 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"

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 70eeaa8

Please sign in to comment.