Skip to content

Commit

Permalink
output task-definition dump at deploy dry-run.
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Dec 1, 2017
1 parent a2605e7 commit 60a0fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecspresso.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func (d *App) Deploy(opt DeployOption) error {
return errors.Wrap(err, "deploy failed")
}
if *opt.DryRun {
d.Log("task definition:", d.TaskDefinition.String())
d.Log("DRY RUN OK")
return nil
}
Expand Down

0 comments on commit 60a0fe2

Please sign in to comment.