fanxp 1 year ago
parent
commit
99c2aeb7f7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -3,7 +3,7 @@ type: docker
 name: dev
 
 node:
-  mode: test_local_1
+  mode: test
 
 steps:
   - name: maven
@@ -67,7 +67,7 @@ type: docker
 name: release
 
 node:
-  mode: test_local_1
+  mode: test
 
 steps:
   - name: maven