Skip to content

Commit

Permalink
Add info about not tracking builds via NUMBER_OF_BUILDS.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Mar 22, 2023
1 parent 82b767a commit a6c3f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -101,7 +101,7 @@ export BOT_STATUS_SLACK_WEBHOOK_URL="https://hooks.slack.com/services/XXXXXXXX/X
# How often the script should check for updates (in seconds). Required.
export POLL_TIME_IN_SECONDS=120

# How many builds do you want to track simultaneously? Defaults to 1 as you usually just want to track the latest build.
# How many builds do you want to track simultaneously? Defaults to 1, as you usually just want to track the latest build. Set to 0 if you're not interested in receiving status updates on the builds.
export NUMBER_OF_BUILDS=1
```

Expand Down

0 comments on commit a6c3f8b

Please sign in to comment.