Skip to content

Commit

Permalink
fix: disable shell debug (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian authored May 5, 2024
1 parent 22e8a37 commit e82f3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ts-patches.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -xeo pipefail
set -eo pipefail

generated_dir="$AKASH_TS_ROOT/src/generated"
tmp_dir="$AKASH_DEVCACHE_TS_TMP_PATCHES"
Expand Down

0 comments on commit e82f3d1

Please sign in to comment.