Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #301 from gnes-ai/add-benchmark-to-cd
Browse files Browse the repository at this point in the history
fix(cd): fix duplicate step name in cd
  • Loading branch information
Han Xiao authored Sep 27, 2019
2 parents aaa7ff4 + be09bb0 commit a087626
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .drone-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ clone:
depth: 10

steps:
- name: notify the start on wechat work
- name: notify the start on building work
image: byrnedo/alpine-curl
environment:
BOT_URL:
Expand Down Expand Up @@ -43,7 +43,7 @@ steps:
- ./docker-build.sh
- docker system prune -a -f

- name: notify the sucess on wechat work
- name: notify the sucess on building work
image: byrnedo/alpine-curl
environment:
BOT_URL:
Expand All @@ -65,7 +65,7 @@ steps:
- export MSG_CONTENT="click the link below to see the status"
- ./shell/push-wechatwork.sh

- name: build and push docker images
- name: build and benchmarking
image: gnes/dind
privileged: true
volumes:
Expand Down Expand Up @@ -98,7 +98,7 @@ steps:
- ./benchmark-eval.sh
- docker system prune -a -f

- name: notify the sucess on wechat work
- name: notify the sucess on benchmark work
image: byrnedo/alpine-curl
environment:
BOT_URL:
Expand All @@ -109,7 +109,7 @@ steps:
- export MSG_CONTENT=""
- ./shell/push-wechatwork.sh

- name: notify the failure on wechat work
- name: notify the failure on all work
image: byrnedo/alpine-curl
environment:
BOT_URL:
Expand Down Expand Up @@ -146,7 +146,7 @@ clone:
depth: 50

steps:
- name: notify the start on wechat work
- name: notify the start on build work
image: byrnedo/alpine-curl
environment:
BOT_URL:
Expand Down Expand Up @@ -205,7 +205,7 @@ steps:
- export MSG_CONTENT="click the link below to see the status"
- ./shell/push-wechatwork.sh

- name: build and push docker images
- name: build and benchmarking
image: gnes/dind
privileged: true
volumes:
Expand Down Expand Up @@ -238,7 +238,7 @@ steps:
- ./benchmark-eval.sh
- docker system prune -a -f

- name: notify the sucess on wechat work
- name: notify the sucess on benchmark work
image: byrnedo/alpine-curl
environment:
BOT_URL:
Expand All @@ -249,7 +249,7 @@ steps:
- export MSG_CONTENT=""
- ./shell/push-wechatwork.sh

- name: notify the failure on wechat work
- name: notify the failure on all work
image: byrnedo/alpine-curl
environment:
BOT_URL:
Expand Down

0 comments on commit a087626

Please sign in to comment.