update pipeline
This commit is contained in:
parent
547b8f8d8a
commit
3a8d7805cd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user