Compare commits

..

5 Commits

Author SHA1 Message Date
Dustin 839f1d99aa xxx
dustin/photoframe2/pipeline/pr-dev/ci Something is wrong with the build of this commit Details
2024-12-29 12:46:53 -06:00
Dustin 3635f83935 ci: archive build logs on failure
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit Details
2024-12-29 12:11:51 -06:00
Dustin 3aae92e851 fixup! wip: firefox binary
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit Details
2024-12-29 11:59:28 -06:00
Dustin afc4ead3c7 Update Aimee OS 2024-12-29 11:54:13 -06:00
Dustin 8d65a0fd3e wip: firefox binary
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit Details
2024-12-29 08:37:52 -06:00
2 changed files with 2 additions and 1 deletions

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

1
ci/Jenkinsfile vendored
View File

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