Skip to content

Commit

Permalink
Error the build on external copy error
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Sep 13, 2023
1 parent 52ce787 commit 4a3d0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@ checkout_external() {
# If a .pkgmeta file is present, process it for "ignore" and "plain-copy" lists.
parse_ignore "$_cqe_checkout_dir/.pkgmeta" "$_external_dir"
copy_directory_tree -dnpe -i "$ignore" -u "$unchanged" "$_cqe_checkout_dir" "$pkgdir/$_external_dir"
)
) || return 1
# Remove the ".checkout" subdirectory containing the full checkout.
if [ -d "$_cqe_checkout_dir" ]; then
rm -fr "$_cqe_checkout_dir"
Expand Down

0 comments on commit 4a3d0e9

Please sign in to comment.