Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 353 Bytes

task.md

File metadata and controls

26 lines (20 loc) · 353 Bytes

Taskのファイル分割

booklit.yml

resources:
- name: booklit
  type: git
  source:
    uri: https://github.com/vito/booklit

jobs:
- name: unit
  plan:
  - get: booklit
    trigger: true
  - task: test
    file: booklit/ci/test.yml
fly -t ws set-pipeline -p booklit -c booklit.yml
fly -t ws unpause-pipeline -p booklit