Remove unnecessary parenthesis (#1710)

Came across this while reading the docs.
This commit is contained in:
Felix Kröner 2023-04-20 15:56:40 +02:00 committed by GitHub
parent 80d5d233b3
commit 5abba554b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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