|
@@ -13,7 +13,17 @@ steps:
|
|
image: hub.evbj.easou.com/dev/alpine-git:20200622
|
|
image: hub.evbj.easou.com/dev/alpine-git:20200622
|
|
commands:
|
|
commands:
|
|
- git clone $DRONE_GIT_HTTP_URL .
|
|
- git clone $DRONE_GIT_HTTP_URL .
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ - name: build
|
|
|
|
+ image: plugins/docker
|
|
|
|
+ settings:
|
|
|
|
+ username: admin
|
|
|
|
+ password: Easou2)1*
|
|
|
|
+ insecure: true
|
|
|
|
+ mirror: https://ci7pm4nx.mirror.aliyuncs.com
|
|
|
|
+ registry: hub.evbj.easou.com
|
|
|
|
+ repo: hub.evbj.easou.com/qa/${DRONE_REPO_NAME}
|
|
|
|
+ tag: v1.0.4
|
|
|
|
|
|
- name: deployment
|
|
- name: deployment
|
|
image: hub.evbj.easou.com/dev/drone-agent:v2.0.0
|
|
image: hub.evbj.easou.com/dev/drone-agent:v2.0.0
|