Skip to content

Commit

Permalink
fis output dir for rust buildpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 6, 2024
1 parent dd84da2 commit 1301b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rust-buildpackage/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fi

# Get generated packages out from the Docker container
if [[ -d /hostdir ]]; then
mv ./target/debian/*.*deb /hostdir/ 2>/dev/null || true
mv /packages/*.*deb /hostdir/ 2>/dev/null || true
else
echo "[Docker entrypoint] WARNING: No host dir where to put built packages"
fi

0 comments on commit 1301b2a

Please sign in to comment.