Parcourir la source

Try and be clever.

Joe Clarke il y a 3 ans
Parent
commit
fdeb5620d8
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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"