aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-18 22:46:09 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-18 22:46:09 +0100
commitf346861feafd3f90df414f33694c6bbf36724e43 (patch)
treed3bdbccb5b1f1b80415c8929426bc36dfb273202
parentSecond build to test caching (diff)
Partially invalidate cache by changing file
-rw-r--r--snekbox/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/snekbox/__init__.py b/snekbox/__init__.py
index d9b007c..2e7b22e 100644
--- a/snekbox/__init__.py
+++ b/snekbox/__init__.py
@@ -9,6 +9,7 @@ from sentry_sdk.integrations.falcon import FalconIntegration
DEBUG = os.environ.get("DEBUG", False)
+# Add comment to invalidate cache partially
sentry_sdk.init(
dsn=os.environ.get("SNEKBOX_SENTRY_DSN", ""),
integrations=[FalconIntegration()],