Commit 67129d5d authored by Lin Jen-Shin's avatar Lin Jen-Shin

Make sure we're pushing to existing master branch

parent c20e85b3
......@@ -20,6 +20,8 @@ module QA
push.project = project
push.file_name = "other.txt"
push.file_content = "New file added!"
push.branch_name = "master"
push.new_branch = false
end
merge_request.visit!
......
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