Browse Source

More drone testing.

Joe Clarke 3 years ago
parent
commit
5ed1a39d3b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .drone.yml

+ 3 - 1
.drone.yml

@@ -6,5 +6,7 @@ steps:
   - name: test
     image: cisco-nso-base:5.3-jclarke
     commands:
-      - pwd
+      - source /opt/ncs/current/ncsrc
+      - ncs_cli --help
+      - apt-get update
       - echo "It worked"