Browse Source

Merge branch 'master' of baishaojie/tmrgo into develop

baishaojie 1 day ago
parent
commit
737302ae4a
1 changed files with 1 additions and 1 deletions
  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