Update .woodpecker/build-dev.yaml
Some checks failed
ci/woodpecker/push/build-dev Pipeline failed

This commit is contained in:
2023-08-24 21:46:54 +02:00
parent 5982495722
commit c50ef69480

View File

@@ -10,6 +10,7 @@ steps:
- source: gitea_user
target: GITEA_USER
commands:
- ls -alR
- git submodule update --remote
- if [ ! "$(git status --porcelain)" ]; then echo "no changes"; exit 0; fi
- git config user.name "$${GITEA_USER}"