rebuild-debians: Fix log output

This commit is contained in:
Johan Gunnarsson 2019-05-13 22:58:37 +02:00
parent c8a7292461
commit 758a39c0c7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ do
-v "${ARTIFACTS_DIR}":/artifacts \
--privileged \
debimg \
build-debian "${OS}" "${ARCH}" "${DIST}"
build-debian "${OS}" "${ARCH}" "${DIST}" \
>"${D}"/"log-${OS}-${DIST}-${ARCH}.txt" 2>&1 &&
rm "${D}"/"log-${OS}-${DIST}-${ARCH}.txt"
done