Skip to content

Commit

Permalink
Testing #5456
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Jul 23, 2024
1 parent 52eb4b5 commit dcc647f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/run_with_env_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def run_cmd_or_die(cmd):
stderr=subprocess.STDOUT,
bufsize=1,
universal_newlines=True,
errors="backslashreplace",
)
p.stdin.write("set -e\n")
p.stdin.write(cmd)
Expand Down

0 comments on commit dcc647f

Please sign in to comment.