mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
Remove unnecessary parenthesis (#1710)
Came across this while reading the docs.
This commit is contained in:
parent
80d5d233b3
commit
5abba554b6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ pipeline:
|
|||
|
||||
- Define any Docker image as context
|
||||
- either use your own and install the needed tools in custom Docker images, or
|
||||
- search [Docker Hub](https://hub.docker.com/search?type=image) for images that are already tailored for your needs)
|
||||
- search [Docker Hub](https://hub.docker.com/search?type=image) for images that are already tailored for your needs
|
||||
- List the commands that should be executed in your container, in order to build or test your application
|
||||
|
||||
```diff
|
||||
|
|
Loading…
Reference in a new issue