fix ci pipeline
This commit is contained in:
parent
3a8d7805cd
commit
358a7d128e
@ -18,6 +18,7 @@ jobs:
|
||||
file: repo/ci/audit.yml
|
||||
- name: build
|
||||
plan:
|
||||
- get: repo
|
||||
passed: [test]
|
||||
- task: build-linux
|
||||
file: repo/ci/build-linux.yml
|
||||
@ -25,6 +26,7 @@ jobs:
|
||||
file: repo/ci/build-docker.yml
|
||||
- name: deploy
|
||||
plan:
|
||||
- get: repo
|
||||
passed: [test, build]
|
||||
- task: deploy
|
||||
file: repo/ci/deploy.yml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user