Browse Source

Stop NSO.

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

+ 2 - 1
.drone.yml

@@ -6,8 +6,9 @@ steps:
   - name: test
     image: cisco-nso-base:5.3-jclarke
     commands:
-      - /run-nso.sh 2>&1 &
+      - /run-nso.sh >/dev/null 2>&1 &
       - . /opt/ncs/current/ncsrc
       - ncs_cli --help
       - apt-get update
       - echo "It worked"
+      - ncs --stop