Selaa lähdekoodia

更新 '.drone.yml'

robert 2 vuotta sitten
vanhempi
commit
c508a97086
1 muutettua tiedostoa jossa 10 lisäystä ja 10 poistoa
  1. 10 10
      .drone.yml

+ 10 - 10
.drone.yml

@@ -12,17 +12,17 @@ steps:
   - name: clone
     image: hub.evbj.easou.com/dev/alpine-git:20200622
     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/pro/${DRONE_REPO_NAME}
-     tag: r4
+    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/pro/${DRONE_REPO_NAME}
+      tag: r4
      
   - name: deployment
     image: hub.evbj.easou.com/dev/drone-agent:v3.0.1