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 86fd794
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
set -e

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

_integration-test/run.sh
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 86fd794

Please sign in to comment.