|
|
@ -8,11 +8,6 @@ workspace: |
|
|
|
path: src |
|
|
|
|
|
|
|
pipeline: |
|
|
|
env: |
|
|
|
image: alpine |
|
|
|
commands: |
|
|
|
- env |
|
|
|
|
|
|
|
lint-shell: |
|
|
|
image: sevoid/linter:dev |
|
|
|
pull: true |
|
|
@ -86,8 +81,9 @@ pipeline: |
|
|
|
when: |
|
|
|
event: pull_request |
|
|
|
branch: |
|
|
|
- dev-* |
|
|
|
- feature-* |
|
|
|
exclude: |
|
|
|
- master |
|
|
|
- release-* |
|
|
|
|
|
|
|
build-release: |
|
|
|
image: plugins/docker:linux-amd64 |
|
|
|