Skip to content

Commit bc1233d

Browse files
committed
Debug
1 parent a84b42a commit bc1233d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/release/verify-apt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ if [ "${TYPE}" = "local" ]; then
9696
apt_source_path+="/${distribution}/pool/${code_name}/main"
9797
apt_source_path+="/a/apache-arrow-apt-source"
9898
apt_source_path+="/apache-arrow-apt-source_${package_version}_all.deb"
99+
find "${local_prefix}/apt/repositories/"
99100
${APT_INSTALL} "${apt_source_path}"
100101
else
101102
package_version="${VERSION}-1"

0 commit comments

Comments
 (0)