Should work
This commit is contained in:
@@ -9,6 +9,7 @@ set -o pipefail
|
||||
|
||||
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
ROOT_DIR="${ROOT_DIR}/../../.."
|
||||
echo "Root directory is [${ROOT_DIR}]"
|
||||
|
||||
function usage {
|
||||
echo "usage: $0: <download-shellcheck|run-shellcheck|download-bats|run-bats|initialize-submodules>"
|
||||
|
||||
@@ -9,7 +9,7 @@ set -o pipefail
|
||||
|
||||
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
"${ROOT_DIR}"/build-helper.sh "initialize-submodules"
|
||||
"${ROOT_DIR}"/build-helper.sh "initialize-submodules" || echo "Failed to init submodules"
|
||||
"${ROOT_DIR}"/build-helper.sh "download-shellcheck"
|
||||
"${ROOT_DIR}"/build-helper.sh "run-shellcheck"
|
||||
"${ROOT_DIR}"/build-helper.sh "download-bats"
|
||||
|
||||
Reference in New Issue
Block a user