From e491ca6e184938682cc00eee1ddf9fdd9ad8059c Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 22 Jun 2021 21:55:39 +0300 Subject: [PATCH] Echo commands in build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7b82cca..f7caac7 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -e +set -ex # FIXME: Use system Packer if possible #PACKER=$(which packer)