|
|
@ -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 |
|
|
|