aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-20 20:43:35 +0200
committerGravatar GitHub <[email protected]>2020-12-20 20:43:35 +0200
commit1cdcd2370f9102cb42a291e78fff5ba076651d32 (patch)
tree183cb063c8b63c60a8d66e8dfb0fe694cc380e19 /bot/constants.py
parentMerge pull request #535 from python-discord/sebastiaan/advent-of-code/refacto... (diff)
parentFix wrong way for getting Git SHA (diff)
Merge pull request #547 from python-discord/ks123/sentry
Sentry SDK version bump, integrations adding and Sentry release workflow
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 5e97fa2d..0325066a 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -313,6 +313,8 @@ WHITELISTED_CHANNELS = (
Channels.sprint_documentation,
)
+GIT_SHA = environ.get("GIT_SHA", "foobar")
+
# Bot replies
ERROR_REPLIES = [
"Please don't do that.",