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