xxx
Aimee OS/container-images/pipeline/head There was a failure building this commit
Details
Aimee OS/container-images/pipeline/head There was a failure building this commit
Details
parent
dd55d58e8f
commit
543fe04d7b
6
build.sh
6
build.sh
|
@ -33,4 +33,8 @@ cid=$(buildah from "${base}")
|
|||
buildah add "${cid}" portage /etc/portage
|
||||
buildah_run_script "${cid}" "${SRCDIR}"/lib/sync.sh
|
||||
buildah_run_script "${cid}" "${SRCDIR}"/tools.sh
|
||||
buildah commit --rm --squash "${cid}" "aimee-os.org/build/build-${target}"
|
||||
(while sleep 1; do df -Th; done) &
|
||||
buildah commit --rm --squash "${cid}" "aimee-os.org/build/build-${target}" || rc=$?
|
||||
kill $!
|
||||
wait
|
||||
exit $rc
|
||||
|
|
|
@ -50,6 +50,7 @@ pipeline {
|
|||
|
||||
post {
|
||||
failure {
|
||||
sh 'df -Th'
|
||||
sh 'unshare -Ur --map-auto chown root:root -R tmp log'
|
||||
dir('tmp/portage') {
|
||||
archiveArtifacts '*/*/temp/*.log'
|
||||
|
|
Reference in New Issue