We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd2ba0 commit 520bb36Copy full SHA for 520bb36
scripts/publish/publish-aws-lc-rs.sh
@@ -2,11 +2,13 @@
2
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
# SPDX-License-Identifier: Apache-2.0 OR ISC
4
5
-set -e
+set -ex
6
7
SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
8
PUBLISH=0
9
RELATIVE_CRATE_PATH=aws-lc-rs
10
+REPO_ROOT=$(git rev-parse --show-toplevel)
11
+CRATE_DIR="${REPO_ROOT}/${RELATIVE_CRATE_PATH}"
12
13
source "${SCRIPT_DIR}"/_publish_tools.sh
14
0 commit comments