Skip to content

Commit

Permalink
fail on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andehen committed Dec 6, 2024
1 parent c19b06d commit 76ed3c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/start-mprocs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

export DEBUG=${DEBUG:-1}
export SKIP_SERVICE_VERSION_REQUIREMENTS=${SKIP_SERVICE_VERSION_REQUIREMENTS:-1}
export BILLING_SERVICE_URL=${BILLING_SERVICE_URL:-https://billing.dev.posthog.dev}
Expand Down

0 comments on commit 76ed3c2

Please sign in to comment.