Skip to content

Commit

Permalink
Update default publish directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Mar 30, 2021
1 parent 6f3181b commit be2cba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ script="${BASH_SOURCE[0]}"
function usage {
echo "usage: ${script} [-o <directory>] [-h]"
echo " -o Output directory (optional) "
echo " (default: \${WORKSPACE}/documentation, if \${WORKSPACE} defined, else /tmp/documentation) "
echo " (default: \${WORKSPACE}/documentation, if \${WORKSPACE} defined, else /tmp/weblogic-kubernetes-operator) "
echo " -h Help"
exit $1
}

if [[ -z "${WORKSPACE}" ]]; then
outdir="/tmp/documentation"
outdir="/tmp/weblogic-kubernetes-operator"
else
outdir="${WORKSPACE}/documentation"
fi
Expand Down

0 comments on commit be2cba9

Please sign in to comment.