Browse Source

Adding path ignores to build pipeline

pull/10/head
Drew Short 4 years ago
parent
commit
1a7eed5bff
  1. 13
      pipeline.yml

13
pipeline.yml

@ -8,6 +8,13 @@ resources:
private_key: |
((pull_key))
branch: master
ignore_paths:
- pipeline.yml
- scripts/upload_pipeline.sh
- README.md
- CONTRIBUTING.md
- LICENSE.md
- name: baphomet-js-git-develop
type: git
icon: git
@ -16,6 +23,12 @@ resources:
private_key: |
((pull_key))
branch: develop
ignore_paths:
- pipeline.yml
- scripts/upload_pipeline.sh
- README.md
- CONTRIBUTING.md
- LICENSE.md
jobs:
- name: test

Loading…
Cancel
Save