mirror of
https://github.com/containers/podman.git
synced 2025-10-12 00:35:05 +08:00
[CI:DOCS] Improvements to make validatepr
Small usability improvements for our containerized validate target. - Responds to SIGINT - Exits if build fails, only validate if builds succeed - Warns about potential of insufficient memory - Document `make validatepr` Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
@ -291,13 +291,7 @@ commit automatically with `git commit -s`.
|
||||
|
||||
### Go Format and lint
|
||||
|
||||
All code changes must pass ``make validate`` and ``make lint``.
|
||||
|
||||
```
|
||||
podman build -t gate -f contrib/gate/Dockerfile .
|
||||
```
|
||||
|
||||
***N/B:*** **don't miss the dot (.) at the end, it's really important**
|
||||
All code changes must pass ``make validatepr``.
|
||||
|
||||
### Integration Tests
|
||||
|
||||
|
Reference in New Issue
Block a user