update pipeline

This commit is contained in:
Mitchell Marino 2022-12-15 21:08:51 -06:00
parent 547b8f8d8a
commit 3a8d7805cd

View File

@ -18,8 +18,6 @@ jobs:
file: repo/ci/audit.yml file: repo/ci/audit.yml
- name: build - name: build
plan: plan:
- get: repo
trigger: true
passed: [test] passed: [test]
- task: build-linux - task: build-linux
file: repo/ci/build-linux.yml file: repo/ci/build-linux.yml
@ -27,8 +25,6 @@ jobs:
file: repo/ci/build-docker.yml file: repo/ci/build-docker.yml
- name: deploy - name: deploy
plan: plan:
- get: repo
trigger: true
passed: [test, build] passed: [test, build]
- task: deploy - task: deploy
file: repo/ci/deploy.yml file: repo/ci/deploy.yml