Skip to content

Commit

Permalink
Add notes on how to run daemon mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nielx committed Mar 24, 2024
1 parent aebe88c commit 377e30e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,8 @@ podman run format-check-bot:dev python3 -m formatchecker.core 1000

# Run the format check for change 1000 and submit
podman run -e GERRIT_USERNAME=user -e GERRIT_PASSWORD=http_password_for-user format-check-bot:dev python3 -m formatchecker.core --submit 1000

# Run the format check in daemon mode
podman run -e GERRIT_USERNAME=user -e GERRIT_PASSWORD=http_password_for-user format-check-bot:dev python3 -m formatchecker.runner --daemon --submit

```

0 comments on commit 377e30e

Please sign in to comment.