Compare commits
1 commit
fc7e412027
...
f5c90e0c7b
Author | SHA1 | Date | |
---|---|---|---|
f5c90e0c7b |
2 changed files with 8 additions and 8 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue