Skip to content

Commit

Permalink
Use set -x for shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Mar 13, 2024
1 parent 542c513 commit fd4a6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default: check
user: user
command_prefix: |
# Make Bash not silently ignore errors.
set -euo pipefail
set -euxo pipefail
tasks:
install_packages:
description: Install system packages.
Expand Down

0 comments on commit fd4a6db

Please sign in to comment.