From de5e0bb1fb63e714b26c5a7b6d8b1aaaa450e84f Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Wed, 11 Jan 2023 22:20:48 -0600 Subject: [PATCH] pipeline modify --- ci/pipeline.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 739db35..29d57f1 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -1,3 +1,6 @@ +# Remember to update the pipeline after changing this file with +# `fly set-pipeline` + resources: - name: repo type: git @@ -10,12 +13,14 @@ jobs: trigger: true - task: test file: repo/ci/test.yml - - try: check-fmt - file: repo/ci/check-fmt.yml - task: lint file: repo/ci/lint.yml - task: audit file: repo/ci/audit.yml + - try: + - task: check-fmt + file: repo/ci/check-fmt.yml + - name: build plan: - get: repo @@ -25,6 +30,7 @@ jobs: file: repo/ci/build-linux.yml - task: build-docker file: repo/ci/build-docker.yml + - name: deploy plan: - get: repo