pipeline modify
This commit is contained in:
parent
d50572f021
commit
de5e0bb1fb
@ -1,3 +1,6 @@
|
||||
# Remember to update the pipeline after changing this file with
|
||||
# `fly set-pipeline`
|
||||
|
||||
resources:
|
||||
- name: repo
|
||||
type: git
|
||||
@ -10,12 +13,14 @@ jobs:
|
||||
trigger: true
|
||||
- task: test
|
||||
file: repo/ci/test.yml
|
||||
- try: check-fmt
|
||||
file: repo/ci/check-fmt.yml
|
||||
- task: lint
|
||||
file: repo/ci/lint.yml
|
||||
- task: audit
|
||||
file: repo/ci/audit.yml
|
||||
- try:
|
||||
- task: check-fmt
|
||||
file: repo/ci/check-fmt.yml
|
||||
|
||||
- name: build
|
||||
plan:
|
||||
- get: repo
|
||||
@ -25,6 +30,7 @@ jobs:
|
||||
file: repo/ci/build-linux.yml
|
||||
- task: build-docker
|
||||
file: repo/ci/build-docker.yml
|
||||
|
||||
- name: deploy
|
||||
plan:
|
||||
- get: repo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user