Update scripts in docker image
Fail if something goes wrong.
This commit is contained in:
parent
2b2ca8dae7
commit
c0e01309c3
2 changed files with 5 additions and 0 deletions
BIN
doc/tryItOut.png
BIN
doc/tryItOut.png
Binary file not shown.
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 85 KiB |
|
@ -3,6 +3,11 @@
|
|||
mkdir $BUILDDIR
|
||||
mkdir $SOURCEDIR
|
||||
|
||||
set -o nounset
|
||||
set -o xtrace
|
||||
set -o errexit
|
||||
set -eo pipefail
|
||||
|
||||
source /usr/local/bin/functions.sh
|
||||
|
||||
echo "Downloading website"
|
||||
|
|
Loading…
Reference in a new issue