We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3181b commit be2cba9Copy full SHA for be2cba9
documentation/publish.sh
@@ -11,13 +11,13 @@ script="${BASH_SOURCE[0]}"
11
function usage {
12
echo "usage: ${script} [-o <directory>] [-h]"
13
echo " -o Output directory (optional) "
14
- echo " (default: \${WORKSPACE}/documentation, if \${WORKSPACE} defined, else /tmp/documentation) "
+ echo " (default: \${WORKSPACE}/documentation, if \${WORKSPACE} defined, else /tmp/weblogic-kubernetes-operator) "
15
echo " -h Help"
16
exit $1
17
}
18
19
if [[ -z "${WORKSPACE}" ]]; then
20
- outdir="/tmp/documentation"
+ outdir="/tmp/weblogic-kubernetes-operator"
21
else
22
outdir="${WORKSPACE}/documentation"
23
fi
0 commit comments