fanxp 1 anno fa
parent
commit
99c2aeb7f7
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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