container-pre-commit/.woodpecker.yaml
Henrik Hüttemann f5724259f5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
WIP
2024-06-20 16:56:19 +02:00

15 lines
298 B
YAML

steps:
test-1:
image: alpine
commands:
- mkdir salt
- ls -la
clone-salt:
image: woodpeckerci/plugin-git
settings:
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
path: salt
sha: ''
ref: refs/heads/master
branch: master