Explorar el Código

Add a test Drone YAML file.

Joe Clarke hace 3 años
padre
commit
3bdd73209f
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      .drone.yml

+ 9 - 0
.drone.yml

@@ -0,0 +1,9 @@
+name: drone-test
+kind: pipeline
+type: docker
+
+steps:
+  - name: test
+    image: alpine
+    commands:
+      - cat setup_meraki_nets.py