Skip to content

Commit

Permalink
fix the script
Browse files Browse the repository at this point in the history
  • Loading branch information
sijie committed Oct 12, 2018
1 parent 7453170 commit f66a932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis_scripts/build.sh
Expand Up @@ -24,7 +24,7 @@ BK_HOME=`cd $BINDIR/..;pwd`

if [ "xtrue" == "x${STREAM_DISABLED}" ]; then
mvn --batch-mode clean install -DskipTests
OUTPUT=$(./bin/bookkeeper)
OUTPUT=`${BK_HOME}/bin/bookkeeper`
if [[ ${OUTPUT} == *"where command is one of"* ]]; then
exit 0
else
Expand Down

0 comments on commit f66a932

Please sign in to comment.