Skip to content

Commit

Permalink
fix security help
Browse files Browse the repository at this point in the history
remove bulder message
  • Loading branch information
Daniel van Gils committed Oct 17, 2016
1 parent 2c5bfdb commit 94f4651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ func (b *Builder) BuildStep(step *Step) error {
}

err = b.docker.BuildImage(opts)
b.Conf.Logger.Noticef("Check tagging of %s", b.uniqueStepName(step))

if err != nil {
return err
Expand Down
2 changes: 1 addition & 1 deletion examples/security/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Run this example using secrets

`habitus --env host=[ip of habitus endpoint] --host=unix:///var/run/docker.sock --binding=0.0.0.0`
`habitus --build host=[ip of habitus endpoint] --host=unix:///var/run/docker.sock --binding=0.0.0.0`

0 comments on commit 94f4651

Please sign in to comment.