xxx
Aimee OS/container-images/pipeline/head There was a failure building this commit Details

Dustin 2025-01-04 07:38:05 -06:00
parent dd55d58e8f
commit 1ea329e9ab
2 changed files with 2 additions and 0 deletions

View File

@ -33,4 +33,5 @@ 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
df -Th
buildah commit --rm --squash "${cid}" "aimee-os.org/build/build-${target}"

1
ci/Jenkinsfile vendored
View File

@ -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'