mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 13:30:00 +00:00
Remove unnecessary parenthesis (#1710)
Came across this while reading the docs.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user