Skip to content

Commit

Permalink
remove the empty alias to the default ssh agent in the build section
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
  • Loading branch information
glours committed Mar 4, 2022
1 parent b6e5db2 commit 4224b25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ args:
`ssh` property syntax can be either:
* `default` - let the builder connect to the ssh-agent.
* `ID=path` - a key/value definition of an ID and the associated path. Can be either a [PEM](https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail) file, or path to ssh-agent socket
* `{}` (no value) which is a shortcut of the `default` configuration

`ssh` without any parameter
```yaml
Expand Down

0 comments on commit 4224b25

Please sign in to comment.