Skip to content

Commit be2cba9

Browse files
committed
Update default publish directory
1 parent 6f3181b commit be2cba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ script="${BASH_SOURCE[0]}"
1111
function usage {
1212
echo "usage: ${script} [-o <directory>] [-h]"
1313
echo " -o Output directory (optional) "
14-
echo " (default: \${WORKSPACE}/documentation, if \${WORKSPACE} defined, else /tmp/documentation) "
14+
echo " (default: \${WORKSPACE}/documentation, if \${WORKSPACE} defined, else /tmp/weblogic-kubernetes-operator) "
1515
echo " -h Help"
1616
exit $1
1717
}
1818

1919
if [[ -z "${WORKSPACE}" ]]; then
20-
outdir="/tmp/documentation"
20+
outdir="/tmp/weblogic-kubernetes-operator"
2121
else
2222
outdir="${WORKSPACE}/documentation"
2323
fi

0 commit comments

Comments
 (0)