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