Commit a7dd5277 authored by tom's avatar tom

change pipeline order

parent 9152ec63
Pipeline #4132 canceled with stage
...@@ -2,6 +2,15 @@ kind: pipeline ...@@ -2,6 +2,15 @@ kind: pipeline
name: physical name: physical
steps: steps:
- name: pylint
image: techmesh/pycodestyle
settings:
repo: ${DRONE_REPO}
commit: ${DRONE_COMMIT}
author: ${DRONE_AUTHOR}
main: physical
- name: build - name: build
image: plugins/docker image: plugins/docker
settings: settings:
...@@ -12,13 +21,6 @@ steps: ...@@ -12,13 +21,6 @@ steps:
tags: tags:
- ${DRONE_COMMIT} - ${DRONE_COMMIT}
- name: pylint
image: techmesh/pycodestyle
settings:
repo: ${DRONE_REPO}
commit: ${DRONE_COMMIT}
author: ${DRONE_AUTHOR}
main: physical
- name: deploy - name: deploy
image: ccr.ccs.tencentyun.com/gm-ai/drone-kube:pre-01 image: ccr.ccs.tencentyun.com/gm-ai/drone-kube:pre-01
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment