Skip to content

Commit

Permalink
Merge pull request #55 from quaresmajose/bbfatal_log
Browse files Browse the repository at this point in the history
image_types_ostree: use bbfatal_log when do_image_garagesign fails
  • Loading branch information
pattivacek authored Oct 12, 2022
2 parents ee7322c + 3e7c55c commit 7935897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/image_types_ostree.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ IMAGE_CMD:garagesign () {
rm -rf ${GARAGE_SIGN_REPO}

if [ "$push_success" -ne "1" ]; then
bbfatal "Couldn't push to garage repository"
bbfatal_log "Couldn't push to garage repository"
fi
fi
}
Expand Down

0 comments on commit 7935897

Please sign in to comment.