Browse Source

Removing the public flags from the pipeline

pull/9/head
Drew Short 4 years ago
parent
commit
2bf725822f
  1. 3
      pipeline.yml

3
pipeline.yml

@ -19,7 +19,6 @@ resources:
jobs:
- name: test
public: true
plan:
- get: baphomet-js-git
trigger: true
@ -42,7 +41,6 @@ jobs:
npm install
npm test
- name: test-develop
public: true
plan:
- get: baphomet-js-git-develop
trigger: true
@ -65,7 +63,6 @@ jobs:
npm install
npm test
- name: package
public: true
plan:
- get: baphomet-js-git
passed: [test]

Loading…
Cancel
Save