Yi 1 anno fa
parent
commit
66ab8270d7
1 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 5 4
      .drone.yml

+ 5 - 4
.drone.yml

@@ -10,10 +10,11 @@ steps:
   - name: clone
     image: alpine/git
     commands:
-     - git clone -b develop http://192.168.1.8:3000/duanxiaoduan/tmr-admin.git
-     - pwd
-     - cp -R tmr-admin/* ./
-     - ls -l
+      - git config --global credential.helper store
+      - git clone -b develop http://192.168.1.8:3000/duanxiaoduan/tmr-admin.git
+      - pwd
+      - cp -R tmr-admin/* ./
+      - ls -l
   - name: build
     image: plugins/docker
     volumes: