Skip to content
Snippets Groups Projects
Commit e8080fc8 authored by Mike Wyatt's avatar Mike Wyatt
Browse files

Fix error in Asana service

parent 4c1f1c2c
No related branches found
No related tags found
2 merge requests!2302Better support for referencing and closing issues in asana_service.rb (by @mikew1),!2111Better support for referencing and closing issues in asana_service.rb
Loading
Loading
@@ -87,9 +87,9 @@ http://developer.asana.com/documentation/#api_keys'
 
user = data[:user_name]
project_name = project.name_with_namespace
push_msg = "#{user} pushed to branch #{branch} of #{project_name} ( #{commit[:url]} )"
 
data[:commits].each do |commit|
push_msg = "#{user} pushed to branch #{branch} of #{project_name} ( #{commit[:url]} )"
check_commit(commit[:message], push_msg)
end
end
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