Compare commits

..

1 commit

Author SHA1 Message Date
f5c90e0c7b
WIP
Some checks failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/build Pipeline failed
2024-06-20 23:24:01 +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.'
salt clone:
clone salt:
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
salt pre-commit:
pre-commit salt:
image: *image
depends_on:
- await-image
- salt clone
- clone salt
environment:
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
commands:
- cd salt
- pre-commit run --all-files
rocketchat2matrix clone:
clone rocketchat2matrix:
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
rocketchat2matrix pre-commit:
pre-commit rocketchat2matrix:
image: *image
depends_on:
- await-image
- rocketchat2matrix clone
- clone rocketchat2matrix
environment:
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
commands: