Skip to content

Commit

Permalink
Don't copy java doc in with verbose setting
Browse files Browse the repository at this point in the history
This pollutes the build log and is not needed.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Mar 18, 2024
1 parent bad8bca commit 498885f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ fi
$ECHO ${SSH} "mkdir -p ${JAVADOC_DESTINATION} && \
rm -rf ${JAVADOC_DESTINATION}/${JAVADOC_REPO}"

$ECHO $SCP -rv ${javadocPath} "${SSHUSER}:${JAVADOC_DESTINATION}"
$ECHO $SCP -r ${javadocPath} "${SSHUSER}:${JAVADOC_DESTINATION}"

0 comments on commit 498885f

Please sign in to comment.