소스 검색

Merge branch 'master' of baishaojie/tmrgo into develop

baishaojie 2 일 전
부모
커밋
737302ae4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -9,7 +9,7 @@ steps:
   - name: clone
     image: alpine/git
     commands:
-     - git clone -b develop http://192.168.1.8:3000/baishaojie/tmrwatch.git
+     - git clone -b develop http://192.168.1.8:3000/baishaojie/tmrgo.git
      - cp -R tmrgo/* ./
   - name: build
     image: plugins/docker:20.14.2