.drone.yml 251 B

12345678910111213
  1. name: drone-test
  2. kind: pipeline
  3. type: docker
  4. steps:
  5. - name: test
  6. image: cisco-nso-base:5.3-jclarke
  7. commands:
  8. - /run-nso.sh 2>&1 &
  9. - . /opt/ncs/current/ncsrc
  10. - ncs_cli --help
  11. - apt-get update
  12. - echo "It worked"