Hi!
For deployment i put a webhook to one of our projects. Everything is ok
but: For a Push Request the webhook will be called twice.
Here an example:
[05.02.2014 13:12:23] Array
(
[before] => e0f47f76cfbcafbada9ed01df28bb7a98b30fddc
[after] => b1230ea92708e35281eead0eda08c9f4d40ce948
[ref] => refs/heads/develop
[user_id] => 2
[user_name] => Me
[project_id] => 1
[...}
[total_commits_count] => 2
}
(No other push in meantime)
05.02.2014 13:13:28] Array
(
[before] => e0f47f76cfbcafbada9ed01df28bb7a98b30fddc
[after] => b1230ea92708e35281eead0eda08c9f4d40ce948
[ref] => refs/heads/develop
[user_id] => 2
[user_name] => Me
[project_id] => 1
[...}
[total_commits_count] => 2
}
Everything (include the commits and repository Section is the same.
So i look in the project configuration: There ist only one webhook inserted
for push events. So i delete the Webhook and create ot again. But same as
above.
What can i do for "One Push = One Webhook" ?
Thanks and best regards,
kaiszy.
--
You received this message because you are subscribed to the Google Groups
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.