89b07709-398e-42fd-8c36-193fd9522e0d(lambda()
`((task . "trivial")
(project . "kmk")
(branch-name . "trunk")
(clone-url . "https://codeberg.org/jjba23/kmk.git")
(trivial-cmds . (
"echo '#!/usr/bin/env bash' | sudo tee -a ./task.bash"
"echo 'sudo guix shell -f guix.scm -- kmk deploy' | sudo tee -a ./task.bash"
"sudo chmod +x ./task.bash"
"sudo bash ./task.bash"
"sudo rm ./task.bash"))))
starting new job...
-> running command: cd /etc/byggsteg/job-clone/kmk/trunk && uname -a
Linux wolk-jjba 6.15.9-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/kmk/trunk && git pull
Updating ed8d544..c5446fa
Fast-forward
.woodpecker/byggsteg.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-> running command: cd /etc/byggsteg/job-clone/kmk/trunk && git log --name-status HEAD^..HEAD
commit c5446fa3e1fd961f8e6322f0807d4699828d1bd1
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Wed Aug 20 11:40:55 2025 +0200
???? ci: Trigger
M .woodpecker/byggsteg.yaml
-> running command: echo '#!/usr/bin/env bash' | sudo tee -a ./task.bash
#!/usr/bin/env bash
-> running command: echo 'sudo guix shell -f guix.scm -- kmk deploy' | sudo tee -a ./task.bash
sudo guix shell -f guix.scm -- kmk deploy
-> running command: sudo chmod +x ./task.bash
-> running command: sudo bash ./task.bash
-> running command: sudo rm ./task.bash