fix ci pipeline
This commit is contained in:
parent
3a8d7805cd
commit
358a7d128e
@ -18,6 +18,7 @@ jobs:
|
|||||||
file: repo/ci/audit.yml
|
file: repo/ci/audit.yml
|
||||||
- name: build
|
- name: build
|
||||||
plan:
|
plan:
|
||||||
|
- get: repo
|
||||||
passed: [test]
|
passed: [test]
|
||||||
- task: build-linux
|
- task: build-linux
|
||||||
file: repo/ci/build-linux.yml
|
file: repo/ci/build-linux.yml
|
||||||
@ -25,6 +26,7 @@ jobs:
|
|||||||
file: repo/ci/build-docker.yml
|
file: repo/ci/build-docker.yml
|
||||||
- name: deploy
|
- name: deploy
|
||||||
plan:
|
plan:
|
||||||
|
- get: repo
|
||||||
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