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: 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.'
salt clone: clone salt:
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
salt pre-commit: pre-commit salt:
image: *image image: *image
depends_on: depends_on:
- await-image - await-image
- salt clone - clone salt
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
rocketchat2matrix clone: clone rocketchat2matrix:
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
rocketchat2matrix pre-commit: pre-commit rocketchat2matrix:
image: *image image: *image
depends_on: depends_on:
- await-image - await-image
- rocketchat2matrix clone - clone rocketchat2matrix
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: