Skip to content

Commit

Permalink
fix:modified a typo for deleting directories in clean_build.sh (#42)
Browse files Browse the repository at this point in the history
* セットアップドキュメントの修正
・CPUのみの環境時に実行するファイル名を追加
・Autowareの初回起動時に実行するファイルを追加

* clean_build.shでinstallとbuildディレクトリがクリーンされないので修正
  • Loading branch information
MasanoriSuda authored Dec 3, 2023
1 parent cdcfa10 commit ac20a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/aichallenge/clean_build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# use this at breaking change ! commit or build fail
sudo rm -r install/* build/*
sudo rm -r aichallenge_ws/install/* aichallenge_ws/build/*
bash build_autoware.sh

0 comments on commit ac20a47

Please sign in to comment.