Browse Source

More drone tests.

Joe Clarke 3 years ago
parent
commit
56b9173e94
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -4,7 +4,7 @@ type: docker
 
 steps:
   - name: test
-    image: alpine
+    image: cisco-nso-base:5.3-jclarke
     commands:
-      - cat setup_meraki_nets.py
+      - pwd
       - echo "It worked"