diff --git a/tools/ci-cdk/canary-lambda/build-bundle.sh b/tools/ci-cdk/canary-lambda/build-bundle.sh index ae8d9247380c0318621768c16dc05f8e541a14d8..b608a570099e908a0407cdea49d34f991a5f87a3 100755 --- a/tools/ci-cdk/canary-lambda/build-bundle.sh +++ b/tools/ci-cdk/canary-lambda/build-bundle.sh @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0. # -set -e +set -ex if [[ $# -ne 1 ]]; then echo "Usage: $0 " @@ -16,7 +16,7 @@ cd `dirname $0` ./write-cargo-toml.py --sdk-version ${SDK_VERSION} cargo build --release --target=x86_64-unknown-linux-musl -TARGET_PATH="$(git rev-parse --show-toplevel)/target/x86_64-unknown-linux-musl/release" +TARGET_PATH="$(git rev-parse --show-toplevel)/tools/target/x86_64-unknown-linux-musl/release" pushd "${TARGET_PATH}" &>/dev/null BIN_NAME="bootstrap"