Skip to content

Commit

Permalink
fix(packages/scripts): fail when no builder found
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Dec 19, 2023
1 parent 257295b commit c81ae73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/get-package-builder-with-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function main() {
fi

# get the builder image.
yq '.[0].builder' release-package-routes.yaml | tee $out_file
yq -e '.[0].builder' release-package-routes.yaml | tee $out_file
}

main "$@"

0 comments on commit c81ae73

Please sign in to comment.