Skip to content

Commit

Permalink
Clean up after auditing
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed May 25, 2017
1 parent 093c71f commit a175ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions startup.d/10-git-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ python -m py_compile $(find . -name '*.py');
if [ "$?" != "0" ]
then
echo "There is syntax error. This may endanger chaos. Pauses updates."
rm -r "$TEST_DIR";
exit 45
fi

# End code auditing section
popd
rm -r "$TEST_DIR";

git checkout master
git pull

0 comments on commit a175ecb

Please # to comment.