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:
|
resources:
|
||||||
- name: repo
|
- name: repo
|
||||||
type: git
|
type: git
|
||||||
@ -10,12 +13,14 @@ jobs:
|
|||||||
trigger: true
|
trigger: true
|
||||||
- task: test
|
- task: test
|
||||||
file: repo/ci/test.yml
|
file: repo/ci/test.yml
|
||||||
- try: check-fmt
|
|
||||||
file: repo/ci/check-fmt.yml
|
|
||||||
- task: lint
|
- task: lint
|
||||||
file: repo/ci/lint.yml
|
file: repo/ci/lint.yml
|
||||||
- task: audit
|
- task: audit
|
||||||
file: repo/ci/audit.yml
|
file: repo/ci/audit.yml
|
||||||
|
- try:
|
||||||
|
- task: check-fmt
|
||||||
|
file: repo/ci/check-fmt.yml
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
plan:
|
plan:
|
||||||
- get: repo
|
- get: repo
|
||||||
@ -25,6 +30,7 @@ jobs:
|
|||||||
file: repo/ci/build-linux.yml
|
file: repo/ci/build-linux.yml
|
||||||
- task: build-docker
|
- task: build-docker
|
||||||
file: repo/ci/build-docker.yml
|
file: repo/ci/build-docker.yml
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
plan:
|
plan:
|
||||||
- get: repo
|
- get: repo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user