container-pre-commit/.woodpecker.yaml

15 lines
272 B
YAML
Raw Normal View History

steps:
2024-06-20 16:39:03 +02:00
test-1:
image: alpine
commands:
- mkdir salt
- ls -la
2023-09-21 17:08:31 +02:00
2024-06-20 16:39:03 +02:00
clone-salt:
image: woodpeckerci/plugin-git
2023-09-21 17:08:31 +02:00
settings:
2024-06-20 16:39:03 +02:00
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
path: salt
sha: false
branch: master