|
@@ -12,7 +12,7 @@ steps:
|
|
|
- name: clone
|
|
|
image: hub.evbj.easou.com/dev/alpine-git:20200622
|
|
|
commands:
|
|
|
- - git clone $DRONE_GIT_HTTP_URL .
|
|
|
+ - git clone --depth=1 $DRONE_GIT_HTTP_URL .
|
|
|
|
|
|
- name: build
|
|
|
image: plugins/docker
|
|
@@ -23,4 +23,4 @@ steps:
|
|
|
mirror: https://ci7pm4nx.mirror.aliyuncs.com
|
|
|
registry: hub.evbj.easou.com
|
|
|
repo: hub.evbj.easou.com/qa/${DRONE_REPO_NAME}
|
|
|
- tag: v1c
|
|
|
+ tag: v2.0.0
|