瀏覽代碼

Try and be clever.

Joe Clarke 3 年之前
父節點
當前提交
fdeb5620d8
共有 1 個文件被更改,包括 2 次插入1 次删除
  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"