Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Don't try to validate config during update
Browse files Browse the repository at this point in the history
  • Loading branch information
redbaron authored and Saso Matejina committed Jan 19, 2017
1 parent c7ee3a1 commit bc7c8a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@ func (c *Cluster) lockEtcdResources(cfSvc *cloudformation.CloudFormation, stackB
}

func (c *Cluster) Update(stackBody string, s3URI string) (string, error) {
if err := c.Validate(stackBody, s3URI); err != nil {
return "", err
}

cfSvc := cloudformation.New(c.session)
s3Svc := s3.New(c.session)

Expand Down

0 comments on commit bc7c8a1

Please sign in to comment.