deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

fix(sshd): unlock the repository when gitreceive succeeds or fails #367

Closed kmala closed 8 years ago

kmala commented 8 years ago

Summary of Changes

Currently the builder is not unlocking the repo if the git push succeeds or fails because of which we can't do multiple releases to any app

Issue(s) that this PR Closes

Associated End To End Test PR(s)

Associated Documentation PR(s)

Associated Design Document(s)

Testing Instructions

Please provide a detailed list for how to test the changes in this PR.

  1. Create a Deis Cluster
  2. Register an app
  3. do git push again or do a new release and you should succeed.

    Pull Request Hygiene TODOs

Please make sure the below checklist is complete.

deis-bot commented 8 years ago

@smothiki, @aledbf and @arschles are potential reviewers of this pull request based on my analysis of git blame information. Thanks @kmala!

arschles commented 8 years ago

LGTM3