Compare commits

..

1 commit

Author SHA1 Message Date
fc7e412027
WIP
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2024-06-20 23:19:26 +02:00
2 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
steps:
build main:
build-main:
when:
- event: push
branch: main
@ -16,7 +16,7 @@ steps:
- 'latest'
- ${CI_COMMIT_SHA}
build branch:
build-branch:
when:
- event: push
branch:

View file

@ -15,7 +15,7 @@ steps:
- 'while !(( img pull $IMAGE 2>&1 | grep -q "Error: failed to unmount" )) ; do echo "Awaiting image $IMAGE..."; sleep 3; done'
- echo 'found.'
clone salt:
salt clone:
image: woodpeckerci/plugin-git
settings:
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
@ -24,18 +24,18 @@ steps:
ref: refs/heads/master
branch: master
pre-commit salt:
salt pre-commit:
image: *image
depends_on:
- await-image
- clone salt
- salt clone
environment:
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
commands:
- cd salt
- pre-commit run --all-files
clone rocketchat2matrix:
rocketchat2matrix clone:
image: woodpeckerci/plugin-git
settings:
remote: https://git.verdigado.com/NB-Public/rocketchat2matrix.git
@ -44,11 +44,11 @@ steps:
ref: refs/heads/main
branch: master
pre-commit rocketchat2matrix:
rocketchat2matrix pre-commit:
image: *image
depends_on:
- await-image
- clone rocketchat2matrix
- rocketchat2matrix clone
environment:
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
commands: