I should try to proofread sometime
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Lucidiot 2021-10-17 23:14:23 +02:00
parent e336466228
commit 15455f1180
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ steps:
commands:
- apk add libxml2-utils libxslt
- xmllint --noout --schema itsb.xsd itsb.xml
- 'xsltproc xslt/itsb.xsl itsb.xsml | xmllint --noout --schema itsb.xsd -'
- 'xsltproc xslt/itsb.xsl itsb.xml | xmllint --noout --schema itsb.xsd -'
- name: deploy
image: drillster/drone-rsync