Skip to content
Snippets Groups Projects
Commit 11f82c89 authored by Stan Hu's avatar Stan Hu
Browse files

Merge branch 'fix-secpick' into 'master'

Fix secpick pushing to stable branch

See merge request gitlab-org/gitlab-ce!31275
parents 5a221665 96f8a282
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -45,7 +45,7 @@ module Secpick
 
def git_commands
["git fetch #{@options[:remote]} #{stable_branch}",
"git checkout -B #{source_branch} #{@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 checkout #{original_branch}"]
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment