Skip to content

Commit da14681

Browse files
committed
DBG
1 parent 11a32ef commit da14681

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/check-everything.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ k8s_clone_dir=$tmp_root/kubernetes
5252
make
5353
)
5454
k8s_bin_dir=$(
55+
cd "${k8s_clone_dir}/_output"
56+
ls -R
5557
k8s_output_dir=${k8s_clone_dir}/_output/bin
5658
if [ -d "${k8s_output_dir}" ]; then
5759
cd ${k8s_output_dir}
5860
pwd
59-
ls
6061
else
6162
echo "Directory ${k8s_output_dir} does not exist."
6263
exit 1

0 commit comments

Comments
 (0)