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

Reboot on build failures

parent 9a9e3bbd
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ function create_ci_daemon {
echo "${ci_run} ${ci_target} ${web_dir} ${ci_build_info}";
echo "rm ${ci_run}"; } > "$script_filename"
chmod +x "$script_filename"
birbci --repo "${code_repo}/freedombone" --branch stretch --script "${script_filename}" -w "${web_dir}/index.html" --synchronous yes --install "${install_name}" --build-log yes
birbci --repo "${code_repo}/freedombone" --branch stretch --script "${script_filename}" -w "${web_dir}/index.html" --synchronous yes --install "${install_name}" --build-log yes --rebootonfail yes
}
if [ ! "$1" ]; 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