summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2016-01-07 09:06:03 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-07 09:06:03 +0000
commit2614a58125dd88f286f7ea0fe6b4c91d6febe9f0 (patch)
tree6ff8eec1ef6d5654d325af4d0277f4c3bbe594ef /jjb
parent466e58ec000193e9c7b5dea0bbd13aac7d060518 (diff)
parentdb5f74c3c9ae7ccc926c2f70bf8884ae23583d46 (diff)
Merge "fix build directory for OPNFV docs"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/releng-macros.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml
index 9d6a54260..0b16abb12 100644
--- a/jjb/releng-macros.yaml
+++ b/jjb/releng-macros.yaml
@@ -173,7 +173,7 @@
export PATH=$PATH:/usr/local/bin/
[[ $GERRIT_CHANGE_NUMBER =~ .+ ]]
- [[ -d output ]]
+ [[ -d docs_output ]] || exit 0
echo
echo "###########################"
@@ -208,7 +208,7 @@
set -o pipefail
export PATH=$PATH:/usr/local/bin/
- [[ -d output ]]
+ [[ -d docs_output ]] || exit 0
echo
echo "########################"