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