Skip to content

Commit

Permalink
Adding set -o pipefail/set -x to alpha build script
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Jan 15, 2023
1 parent b6c4848 commit bc32872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/scripts/build_alpha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ source ~/.bashrc

function main() {

set -o pipefail
set -e
set -x

cd ~/build

Expand Down

0 comments on commit bc32872

Please sign in to comment.