fix ci pipeline

This commit is contained in:
Mitchell Marino 2022-12-15 21:18:26 -06:00
parent 3a8d7805cd
commit 358a7d128e

View File

@ -18,6 +18,7 @@ jobs:
file: repo/ci/audit.yml
- name: build
plan:
- get: repo
passed: [test]
- task: build-linux
file: repo/ci/build-linux.yml
@ -25,6 +26,7 @@ jobs:
file: repo/ci/build-docker.yml
- name: deploy
plan:
- get: repo
passed: [test, build]
- task: deploy
file: repo/ci/deploy.yml