Skip to content

Commit

Permalink
Merge pull request #2783 from subutai-io/master-hf
Browse files Browse the repository at this point in the history
Fixed no task error
  • Loading branch information
absidish authored Jan 12, 2019
2 parents 1dee916 + bf84c75 commit 8e2d55a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ private void prepareTemplates( final EnvironmentPeerDto peerDto, EnvironmentNode
templates.add( node.getTemplateId() );
}

if ( rhTemplates.isEmpty() )
{
return;
}

try
{
ctx.localPeer.prepareTemplates(
Expand Down

0 comments on commit 8e2d55a

Please sign in to comment.