.drone.yml 229 B

123456789101112
  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. - source /opt/ncs/current/ncsrc
  9. - ncs_cli --help
  10. - apt-get update
  11. - echo "It worked"