name: unit
plan:
- get: app
trigger: true
- task: unit
file: app/ci/
unit.yml
Job
name: app
type: git
source:
uri:
[email protected]/
app.git
branch: master
Resource Task
platform: linux
image:
docker:///ruby
inputs:
- name: app
run:
path: app/ci/
unit.sh