Update scripts in docker image

Fail if something goes wrong.
This commit is contained in:
erik 2022-11-11 13:27:28 +01:00
parent 2b2ca8dae7
commit c0e01309c3
2 changed files with 5 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View file

@ -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"