From b76ae638462ab0f673e5915986070518dd3f9ad3 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 19 Aug 2021 09:08:42 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-2-stable-ee --- bin/secpick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/secpick b/bin/secpick index 07bac9270c9..2512175a0e0 100755 --- a/bin/secpick +++ b/bin/secpick @@ -39,7 +39,7 @@ module Secpick ["git fetch #{@options[:remote]} #{stable_branch}", "git checkout -B #{source_branch} #{@options[:remote]}/#{stable_branch} --no-track", "git cherry-pick #{@options[:sha]}", - "git push #{@options[:remote]} #{source_branch}", + "git push #{@options[:remote]} #{source_branch} --no-verify", "git checkout #{@options[:branch]}"] end -- cgit v1.2.3