We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-euo pipefail
1 parent 20af972 commit 053f401Copy full SHA for 053f401
sentry/enhance-image.example.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+set -euo pipefail
3
4
# Enhance the base $SENTRY_IMAGE with additional dependencies, plugins - see https://github.com/getsentry/self-hosted#enhance-sentry-image
5
# For example:
0 commit comments