Skip to content

Commit

Permalink
add error handling to test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Mar 7, 2024
1 parent 2ced8fb commit b582adf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/usr/bin/env bash
set -e

# This file runs in https://github.com/getsentry/sentry/blob/fe4795f5eae9e0d7c33e0ecb736c9d1369535eca/docker/cloudbuild.yaml#L59
export MINIMIZE_DOWNTIME=0

_integration-test/run.sh
# This file runs in https://github.com/getsentry/sentry/blob/fe4795f5eae9e0d7c33e0ecb736c9d1369535eca/docker/cloudbuild.yaml#L59
source install/_lib.sh
source install/detect-platform.sh
source install/dc-detect-version.sh
source install/error-handling.sh
source _integration-test/run.sh

0 comments on commit b582adf

Please sign in to comment.