diff --git a/src/freedombone-image b/src/freedombone-image index d5166473bdbefd664f9307429206816d5c3251ef..a53f61d3e075f555258188d11ddb902e4aa1e295 100755 --- a/src/freedombone-image +++ b/src/freedombone-image @@ -671,13 +671,7 @@ do fi done -# move the build log so it's accessible to CI -if [ -f "build/${PROJECT_NAME}*.log" ]; then - mv "build/${PROJECT_NAME}*.log" "${CURR_DIR}"/build.txt -fi - # Remove the temporary directory -mv ${TEMPBUILD_DIR}/* "${CURR_DIR}" rm -rf ${TEMPBUILD_DIR} cd "${CURR_DIR}" || exit 2842845284