Skip to content
Snippets Groups Projects
Commit f5c952eb authored by Dan Davison's avatar Dan Davison
Browse files

Merge branch 'ml-wait-for-push-event-after-commit-via-api' into 'master'

Wait for push event after commit via API

See merge request !85881
parents ce8fa718 5ebb7798
No related branches found
No related tags found
1 merge request!85881Wait for push event after commit via API
Pipeline #526199678 passed
......@@ -33,7 +33,11 @@ def fabricate_via_api!
super
rescue ResourceNotFoundError
super
result = super
project.wait_for_push(commit_message)
result
end
def api_get_path
......
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