Commit c20e85b3 authored by Lin Jen-Shin's avatar Lin Jen-Shin

A second push is not creating a new branch

Closes https://gitlab.com/gitlab-org/gitlab-qa/issues/246
parent b74803d3
......@@ -32,6 +32,7 @@ module QA
push.project = factory.project
push.branch_name = factory.target_branch
push.remote_branch = factory.source_branch
push.new_branch = false
push.file_name = "added_file.txt"
push.file_content = "File Added"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment