engage_earn_api/pipeline.yml
2022-12-15 18:02:52 -06:00

14 lines
212 B
YAML

resources:
- name: repo
type: git
source: {uri: "http://192.168.0.201:3000/mitchell/school_app_api.git"}
jobs:
- name: test
plan:
- get: repo
trigger: true
- task: test
file: repo/ci/test.yml