Compare commits

..

3 Commits

Author SHA1 Message Date
Dustin 3d4a98473c ci: archive build logs on failure
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit Details
2024-12-29 15:04:39 -06:00
Dustin 094e8d47b9 Update AimeeOS 2024-12-29 15:04:38 -06:00
Dustin 904594b765 wip: firefox binary 2024-12-29 15:04:27 -06:00
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5bdade865eabccd67727e59093689e0e59adeccd
Subproject commit c30da6a5ff0d2f9fade417e91b083d7b483f0984

1
ci/Jenkinsfile vendored
View File

@ -30,7 +30,6 @@ pipeline {
}
}
failure {
sh 'sleep infinity'
dir('/var/tmp/portage') {
archiveArtifacts '*/*/temp/*.log'
}