Skip to content

Commit

Permalink
Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaowu committed Oct 10, 2023
1 parent c5fecad commit a49cc56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion exercise3-2/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

tar xzf /opt/exercise3-2-build-output.tar.gz
if [ ! -d build ]; then
tar xzf /opt/exercise3-2-build-output.tar.gz
fi

colcon build

0 comments on commit a49cc56

Please sign in to comment.