build(examples): fail build.sh if errors are found
This commit is contained in:
parent
4e6c41b3a1
commit
57f0269491
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e -o pipefail
|
||||||
|
|
||||||
#
|
#
|
||||||
# This script is used to compile and copy the contents for each of
|
# This script is used to compile and copy the contents for each of
|
||||||
|
|
Loading…
Reference in New Issue