Skip to content

Commit

Permalink
Fixes pipe error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr3dr committed Jun 1, 2016
1 parent d8efa0b commit 7379cf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fi
source ./env/bin/activate
fi
pip install ../ -U --no-cache-dir
yes || pip uninstall pymavlink
yes | pip uninstall pymavlink
pip install "pymavlink<2.0"

python eepromgen.py
Expand Down
4 changes: 4 additions & 0 deletions stage/clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

rm -rf build
rm -rf publish

0 comments on commit 7379cf1

Please sign in to comment.