Skip to content
Snippets Groups Projects
Commit 95da2cdb authored by Bob Mottram's avatar Bob Mottram
Browse files

Exit from remove

parent 515ad4a9
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ if [[ "$1" == 'remove'* ]]; then
remove_ci_daemon cubietruck onion
rm -rf /root/.tmp_${PROJECT_NAME}_build*
rm -rf /etc/birbci/*
exit 0
fi
if [[ "$1" == 'setup'* ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment