Skip to content

Commit 6263b48

Browse files
committed
build: Print output directory before building
1 parent f296312 commit 6263b48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build/scripts/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ image="linuxppc/build:$distro-$version"
201201
cmd+="$image "
202202
cmd+="/bin/container-build.sh $task"
203203

204+
echo "## output = $output_dir"
205+
204206
(set -x; $cmd)
205207

206208
ret=$?

0 commit comments

Comments
 (0)