Browse Source

Reorganized pipeline

pull/17/head
Mykyta Solomko 4 years ago
parent
commit
7821cfc594
  1. 22
      .woodpecker.yml

22
.woodpecker.yml

@ -8,13 +8,6 @@ workspace:
path: src
pipeline:
env:
image: alpine
commands:
- env
when:
event: tag
lint-shell:
image: sevoid/linter:dev
pull: true
@ -33,8 +26,7 @@ pipeline:
files:
- ./scripts/bin/lint-*
when:
event:
- push
event: push
branch:
exclude:
- master
@ -56,8 +48,7 @@ pipeline:
- ./conf/yamllint.yml
- ./.hadolint.yaml
when:
event:
- push
event: push
branch:
exclude:
- master
@ -70,8 +61,7 @@ pipeline:
lint: docker
debug: true
when:
event:
- push
event: push
branch:
exclude:
- master
@ -89,8 +79,7 @@ pipeline:
- dev
- dev-${DRONE_COMMIT:0:7}
when:
event:
- tag
event: pull_request
branch:
- dev-*
- feature-*
@ -111,7 +100,6 @@ pipeline:
branch:
- master
- release-*
event:
- tag
event: tag
# vim:set syntax=yaml ts=2 sw=2 et:
Loading…
Cancel
Save