update pipeline

This commit is contained in:
Mitchell Marino 2022-12-18 18:32:29 -06:00
parent 358a7d128e
commit 47709553fc

View File

@ -19,6 +19,7 @@ jobs:
- name: build - name: build
plan: plan:
- get: repo - get: repo
trigger: true
passed: [test] passed: [test]
- task: build-linux - task: build-linux
file: repo/ci/build-linux.yml file: repo/ci/build-linux.yml
@ -27,6 +28,7 @@ jobs:
- name: deploy - name: deploy
plan: plan:
- get: repo - get: repo
trigger: true
passed: [test, build] passed: [test, build]
- task: deploy - task: deploy
file: repo/ci/deploy.yml file: repo/ci/deploy.yml