Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Wait for apps during bundle deploy #18
Conversation
|
This hangs if the application is already deployed. |
|
Maybe _wait_for_new() should return immediately if the entity already exists in the model. |
|
@tvansteenburgh That is better than my solution. Changing it again. |
|
Nice. |
tvansteenburgh
merged commit fada936
into
master
Nov 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
johnsca commentedNov 22, 2016
This ensures subsequent operations, such as expose, have the ModelEntity
to work with.
Fixes #17