kind: pipeline type: docker # 使用docker name: default steps: - name: test commands: - echo Hello Drone !! - df -h - pwd