diff --git a/.drone.yml b/.drone.yml index 829a96d..b83d70e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,29 +7,29 @@ steps: - apt-get -y update - apt-get -y install libusb-1.0 - make -- name: docs - image: corentinaltepe/doxygen - commands: - - doxygen -- name: release-dev - image: alpine - volumes: - - name: output - path: /output - commands: - - mkdir -p /output/dev/ - - cp -r docs/html/* /output/dev/docs/ + - name: docs + image: corentinaltepe/doxygen + commands: + - doxygen + - name: release-dev + image: alpine + volumes: + - name: output + path: /output + commands: + - mkdir -p /output/dev/ + - cp -r docs/html/* /output/dev/docs/ -- name: release-tag - image: alpine - volumes: - - name: output - path: /output - commands: - - cp -r /output/dev/ /output/${DRONE_SEMVER}/ - when: - event: - - tag + - name: release-tag + image: alpine + volumes: + - name: output + path: /output + commands: + - cp -r /output/dev/ /output/${DRONE_SEMVER}/ + when: + event: + - tag volumes: - name: output host: