|
|
@ -7,6 +7,9 @@ resources: |
|
|
|
uri: ssh://git@git.nulloctet.com:8437/warricksothr/baphomet-js.git |
|
|
|
private_key: | |
|
|
|
((pull_key)) |
|
|
|
branch: |
|
|
|
- master |
|
|
|
- develop |
|
|
|
|
|
|
|
jobs: |
|
|
|
- name: test |
|
|
@ -19,7 +22,7 @@ jobs: |
|
|
|
platform: linux |
|
|
|
image_resource: |
|
|
|
type: registry-image |
|
|
|
source: { repository: node, tag: "13" } |
|
|
|
source: { repository: node, tag: "12-14-stretch" } |
|
|
|
inputs: |
|
|
|
- name: baphomet-js-git |
|
|
|
run: |
|
|
|