Browse Source

Try and be clever.

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

+ 2 - 1
.drone.yml

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