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