From 3a8d7805cda19bb1ddc2f0ba4a03faccdc2daa4e Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Thu, 15 Dec 2022 21:08:51 -0600 Subject: [PATCH] update pipeline --- pipeline.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pipeline.yml b/pipeline.yml index b1ac3fb..c767bd7 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -18,8 +18,6 @@ jobs: file: repo/ci/audit.yml - name: build plan: - - get: repo - trigger: true passed: [test] - task: build-linux file: repo/ci/build-linux.yml @@ -27,8 +25,6 @@ jobs: file: repo/ci/build-docker.yml - name: deploy plan: - - get: repo - trigger: true passed: [test, build] - task: deploy file: repo/ci/deploy.yml