Fix handling of XML parser errors
All checks were successful
the build was successful

This change makes sure that the build script will stop if an XML parser
error occures, and the faulty build will not be propagated to the web
server. Please note that it requires switching all the shell scripts to
bash.
This commit is contained in:
2019-02-16 09:53:32 +01:00
parent 2251065e5b
commit 26e29088f3
18 changed files with 22 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
inc_logging=true