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

Don't move build files

parent 2de2d28b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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