Skip to content

Commit

Permalink
release 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fengming.shi committed Aug 20, 2019
1 parent 745be1f commit a936370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/big_keeper/service/git_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def verify_push(path, comment, branch_name, name)
git.push_to_remote(path, branch_name)
end

GitOperator.new.check_push_success(path, branch_name, "origin/#{branch_name}")
GitOperator.new.check_push_success(path, branch_name, "#{GitOperator.remote_local_name(path)}/#{branch_name}")
else
Logger.default("Nothing to push for '#{name}'.")
end
Expand Down
2 changes: 1 addition & 1 deletion lib/big_keeper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BigKeeper
VERSION = "0.9.13"
VERSION = "0.9.14"
end

0 comments on commit a936370

Please sign in to comment.