Skip to content

Commit

Permalink
Remove echo commands leftover from script testing.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 304348773
  • Loading branch information
chuckx authored and copybara-github committed Apr 2, 2020
1 parent 562856f commit 2d0cf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/execute-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ deploy_library() {
print_and_do bazel build "${library}" "${src_jar}" "${javadoc}"

# Update the version
do_if_not_dry_run echo sed -i \
do_if_not_dry_run sed -i \
's/VERSION_PLACEHOLDER/'"${VERSION}"'/' "${pom_file}"

do_if_not_dry_run mvn "${MVN_GOAL}" \
Expand All @@ -140,7 +140,7 @@ deploy_library() {
"${EXTRA_MAVEN_ARGS[@]:+${EXTRA_MAVEN_ARGS[@]}}"

# Reverse the version change
do_if_not_dry_run echo sed -i \
do_if_not_dry_run sed -i \
's/'"${VERSION}"'/VERSION_PLACEHOLDER/' "${pom_file}"
)

Expand Down

0 comments on commit 2d0cf9b

Please sign in to comment.