.forgejo/workflows/demo.yaml aktualisiert
Some checks failed
/ Test (push) Successful in 3s
/ Checkout (push) Failing after 10s

This commit is contained in:
david 2024-07-22 00:33:42 +02:00
parent 98af446b98
commit a0a1b9854d

View file

@ -22,6 +22,6 @@ jobs:
with: with:
path: repository path: repository
submodules: recursive submodules: recursive
- run: cd /repository && docker build . - run: echo $PWD && ls -la && cd repository && docker build .