Compare commits

..

1 commit

Author SHA1 Message Date
46a6ee43f9
WIP
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/build Pipeline was successful
2024-06-20 17:20:19 +02:00

View file

@ -1,8 +1,5 @@
skip_clone: true
variables:
- &image 'git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}'
steps:
salt clone:
test-salt-clone:
image: woodpeckerci/plugin-git
settings:
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
@ -11,8 +8,8 @@ steps:
ref: refs/heads/master
branch: master
salt pre-commit:
image: *image
test-salt-pre-commit:
image: git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}
environment:
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
commands: