Skip to content

Commit

Permalink
fix ''
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Nov 20, 2024
1 parent 8517ed1 commit b7d5190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/build_and_clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function build_and_clean() {
--merge-install \
--install-base "$install_base" \
--mixin release compile-commands ccache \
"$colcon_build_args" &&
$colcon_build_args &&
du -sh "$ccache_dir" && ccache -s &&
rm -rf /autoware/build /autoware/log
}
Expand Down

0 comments on commit b7d5190

Please sign in to comment.