Skip to content

Commit 2ce4488

Browse files
committed
fix deploy.sh
1 parent fc4011c commit 2ce4488

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

maven/deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
#
4343
# You can find the repository credentials in go/valentine
4444
#
45+
set -x
46+
4547
readonly BAZEL_ROOT=$(pwd)
4648
readonly BUILD_SECTION_FILE="${BAZEL_ROOT}/maven/build_section.xml"
4749

@@ -198,6 +200,7 @@ common::_extract_classes(){
198200
mkdir -p "${classes_directory}"
199201

200202
local bazel_jar_file="${BAZEL_ROOT}/bazel-bin/${BAZEL_PATH}/lib${BAZEL_ARTIFACT}.jar"
203+
jar --help
201204

202205
jar xf "${bazel_jar_file}" -C "${classes_directory}"
203206

0 commit comments

Comments
 (0)