Explorar el Código

Try and be clever.

Joe Clarke hace 3 años
padre
commit
fdeb5620d8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"