Indentation is hard
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jens True 2021-11-30 10:07:28 +00:00
parent 65f0450f8d
commit 40cc4ee5a8

@ -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: