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

Exit in the right place

parent 917e788a
No related branches found
No related tags found
No related merge requests found
......@@ -129,12 +129,12 @@ if [[ "$1" == 'setup'* ]]; then
echo ' allow all;';
echo ' }';
echo '}'; } > /etc/nginx/sites-available/default
exit 0
fi
# Now add some builds
if [[ "$1" == 'setuptest' ]]; then
create_ci_daemon a20-olinuxino-lime2
exit 0
fi
if [[ "$1" == 'setup' ]]; then
......@@ -156,6 +156,7 @@ if [[ "$1" == 'setup' ]]; then
create_ci_daemon beagleboneblack mesh
create_ci_daemon cubietruck
create_ci_daemon cubietruck onion
exit 0
fi
extra='--sata sda2'
......
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