Skip to content
Snippets Groups Projects
Commit c23b4e5d authored by Andrii Sosiuk's avatar Andrii Sosiuk
Browse files

Some debug output for comparing build in cleaos and yocto-hamburg

parent 8a7e9c94
No related branches found
No related tags found
1 merge request!434Draft: Some debug output for comparing build in cleaos and yocto-hamburg
Pipeline #208642 passed with warnings with stages
in 15 minutes and 35 seconds
......@@ -157,6 +157,10 @@ workflow:
.run_build: &run_build
- echo -e "section_start:`date +%s`:bitbake_run\r\e[0KBitbake Log"
- echo "bitbake ${YOCTO_IMAGE} -c ${BITBAKE_TASK}"
- echo "================ DEBUG ========================="
- id
- whoami
- echo "================ DEBUG ========================="
- bitbake "${YOCTO_IMAGE}" -c "${BITBAKE_TASK}"
- echo -e "section_end:`date +%s`:bitbake_run\r\e[0K"
......
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