From 358a7d128e091a43facdd10566bacedb87190614 Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Thu, 15 Dec 2022 21:18:26 -0600 Subject: [PATCH] fix ci pipeline --- pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipeline.yml b/pipeline.yml index c767bd7..9d864c8 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -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