Configure parent to skip deploy step
[portal.git] / deliveries / run.sh
index 92cf1b9..ff21416 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/bash
-
+# Stop on errors; show output
+set -e -x
 ./os_build_febe.sh
 ./createMaria.sh
-docker images
\ No newline at end of file
+docker images