Skip to content

Commit

Permalink
fixed generated yaml deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 7, 2023
1 parent ff849f2 commit dbee720
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ done

if [[ "$ARCH" != "x86_64" ]]; then
rm $ROSDEP_FILE
else
echo ""
echo "$0: the generated rosdep file follows:"
echo ""
cat $ROSDEP_FILE
echo ""
fi

echo ""
echo "$0: the generated rosdep file follows:"
echo ""
cat $ROSDEP_FILE
echo ""

0 comments on commit dbee720

Please sign in to comment.