summaryrefslogtreecommitdiff
path: root/tools/check-cherry-picks.sh
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-08-03 22:24:11 +0000
committerGerrit Code Review <review@openstack.org>2021-08-03 22:24:11 +0000
commit4ab651f3df2559c79206dce81887e0965cdc9689 (patch)
treecadb3424f587dcd4e6109dcb1dcb32f0bc4ca74a /tools/check-cherry-picks.sh
parent719e651e6be277950632e0c2cf5cc9a018344e7b (diff)
parent91314f7fbba312d4438fa446804f692d316512a8 (diff)
downloadnova-4ab651f3df2559c79206dce81887e0965cdc9689.tar.gz
Merge "Move 'check-cherry-picks' test to gate, n-v check" into stable/ussuri
Diffstat (limited to 'tools/check-cherry-picks.sh')
-rwxr-xr-xtools/check-cherry-picks.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/check-cherry-picks.sh b/tools/check-cherry-picks.sh
index 5ca6ded203..5a449c520b 100755
--- a/tools/check-cherry-picks.sh
+++ b/tools/check-cherry-picks.sh
@@ -4,11 +4,6 @@
# to verify that they're all on either master or stable/ branches
#
-# Allow this script to be disabled by a simple env var
-if [ ${DISABLE_CHERRY_PICK_CHECK:-0} -eq 1 ]; then
- exit 0
-fi
-
commit_hash=""
# Check if the patch is a merge patch by counting the number of parents.