Skip to content

Commit 053f401

Browse files
add -euo pipefail to enhance-image.example.sh (#3246)
1 parent 20af972 commit 053f401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry/enhance-image.example.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -euo pipefail
23

34
# Enhance the base $SENTRY_IMAGE with additional dependencies, plugins - see https://github.com/getsentry/self-hosted#enhance-sentry-image
45
# For example:

0 commit comments

Comments
 (0)