Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions dev-support/jenkins/hbase-personality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ function personality_modules
MODULES=(.)
fi

# If we'll end up needing a plugin to run on the hbase-spark or
# hbase-spark-it modules, then we need to ensure a 'package' phase runs.
# If we'll end up needing a plugin to run on the spark
# modules, then we need to ensure a 'package' phase runs.
if [[ "${MODULES[*]}" =~ \. ]] || \
[[ "${MODULES[*]}" =~ "hbase-spark " ]] || \
[[ "${MODULES[*]}" =~ "hbase-spark-it" ]]; then
[[ "${MODULES[*]}" =~ "spark" ]]; then
extra="${extra} package"
fi

Expand Down