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

Redirect to tty

parent a810dc31
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ function create_ci_daemon {
echo 'set -e';
echo 'set -x';
echo "cp /usr/local/bin/${PROJECT_NAME}-ci ${ci_run}";
echo "${ci_run} ${ci_target} ${web_dir} ${ci_build_info} 2> /dev/tty6";
echo "sudo -u root /bin/bash -c \"${ci_run} ${ci_target} ${web_dir} ${ci_build_info} > /dev/tty6\"";
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
......
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