Build with woodpecker #1

Merged
mnl merged 17 commits from wip/wp-test into main 2025-08-11 12:50:29 +02:00
Showing only changes of commit 142d7c43e2 - Show all commits

View file

@ -14,6 +14,7 @@ steps:
- name: prepare - name: prepare
image: alpine image: alpine
commands: commands:
- sleep 10000
# Because we run the next step as user 1000 to make podman work: # Because we run the next step as user 1000 to make podman work:
- chown -R 1000:1000 . - chown -R 1000:1000 .
- chown -R 1000:1000 $HOME - chown -R 1000:1000 $HOME