Browse Source

Add a test Drone YAML file.

Joe Clarke 3 years ago
parent
commit
3bdd73209f
1 changed files with 9 additions and 0 deletions
  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