You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2020/06/03 23:37:09 UTC

[hbase] 01/02: Revert "Merge pull request #1847 from ndimiduk/24280-addendum-CHANGE_TARGET-branch-2"

This is an automated email from the ASF dual-hosted git repository.

ndimiduk pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit fd7beffcf92e1f435f4fd4aafb98057f067e9de4
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Wed Jun 3 16:33:07 2020 -0700

    Revert "Merge pull request #1847 from ndimiduk/24280-addendum-CHANGE_TARGET-branch-2"
    
    This reverts commit f66c80b6a655a6a39cdaba1af50918abcefff303.
---
 dev-support/jenkins_precommit_github_yetus.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/jenkins_precommit_github_yetus.sh b/dev-support/jenkins_precommit_github_yetus.sh
index 8f8edaa..1c489d6 100755
--- a/dev-support/jenkins_precommit_github_yetus.sh
+++ b/dev-support/jenkins_precommit_github_yetus.sh
@@ -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