I fixed it with this: ```#!/bin/sh set +e [[ -z ...
# general
g
I fixed it with this:
Copy code
#!/bin/sh

set +e
[[ -z "${BUILD_VERSION-}" ]] && export BUILD_VERSION=local
set -e