Skip to content

Commit 520bb36

Browse files
authored
Fix publish script (#880)
1 parent fcd2ba0 commit 520bb36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/publish/publish-aws-lc-rs.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
# SPDX-License-Identifier: Apache-2.0 OR ISC
44

5-
set -e
5+
set -ex
66

77
SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
88
PUBLISH=0
99
RELATIVE_CRATE_PATH=aws-lc-rs
10+
REPO_ROOT=$(git rev-parse --show-toplevel)
11+
CRATE_DIR="${REPO_ROOT}/${RELATIVE_CRATE_PATH}"
1012

1113
source "${SCRIPT_DIR}"/_publish_tools.sh
1214

0 commit comments

Comments
 (0)