ソースを参照

More drone testing.

Joe Clarke 3 年 前
コミット
5ed1a39d3b
1 ファイル変更3 行追加1 行削除
  1. 3 1
      .drone.yml

+ 3 - 1
.drone.yml

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