소스 검색

drone: edit

Yi 1 년 전
부모
커밋
b69e323f0a
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  1. 0 11
      .drone.yml

+ 0 - 11
.drone.yml

@@ -2,18 +2,7 @@ kind: pipeline
 type: docker
 name: test
 
-#clone:
-#  depth: 1
-#  disable: true
-
 steps:
-  #- name: clone
-  #  image: alpine/git
-  #  commands:
-  #    - git config --global credential.helper store
-  #    - git clone -b develop http://192.168.1.8:3000/duanxiaoduan/tmr-admin.git
-  #    - cp -R tmr-admin/* ./
-  #    - ls -l
   - name: build
     image: plugins/docker
     volumes: