]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Unit-test] Separate to a node on Drone CI 281/head
authorAndrey Volk <andywolk@gmail.com>
Thu, 30 Jan 2020 22:34:56 +0000 (02:34 +0400)
committerAndrey Volk <andywolk@gmail.com>
Thu, 30 Jan 2020 22:34:56 +0000 (02:34 +0400)
.drone.yml

index e902094586325ecceaf34d215bd0200e7c4ff649..55436db387328aa46bceb30db1c9fa306a8324bc 100644 (file)
@@ -2,6 +2,9 @@
 kind: pipeline
 name: unit-tests
 
+node:
+  freeswitch: public
+
 steps:
     - name: run-tests
       image: signalwire/freeswitch-public-base
@@ -49,6 +52,6 @@ trigger:
   - push
 ---
 kind: signature
-hmac: d43f842f682df8328dc4cfbf16051bf8a8e481a051b63349b444447962709435
+hmac: 55dc56b2c540a026a1d81df52be401ce67a76ecec12e8f36802c29314142b21e
 
 ...