Skip to content

Commit

Permalink
Revert "Merge pull request apache#1847 from ndimiduk/24280-addendum-C…
Browse files Browse the repository at this point in the history
…HANGE_TARGET-branch-2"

This reverts commit f66c80b.
  • Loading branch information
ndimiduk committed Jun 3, 2020
1 parent f66c80b commit 44e7d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/jenkins_precommit_github_yetus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ YETUS_ARGS+=("--skip-dirs=dev-support")
if [[ -n "${HADOOP_PROFILE}" ]]; then
# Master has only Hadoop3 support. We don't need to activate any profile.
# The Jenkinsfile should not attempt to run any Hadoop2 tests.
if [[ "${CHANGE_TARGET}" =~ branch-2* ]]; then
if [[ "${BRANCH_NAME}" =~ branch-2* ]]; then
YETUS_ARGS+=("--hadoop-profile=${HADOOP_PROFILE}")
fi
fi
Expand Down

0 comments on commit 44e7d98

Please sign in to comment.