Skip to content

Commit e71a4a4

Browse files
committed
Add support for verbose bash execusion w/ $DEBUG
1 parent e56e821 commit e71a4a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

twine-upload.sh

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#! /bin/bash
22

3+
if [[ -n "${DEBUG}" ]]
4+
then
5+
set -x
6+
fi
7+
38
set -Eeuo pipefail
49

510

0 commit comments

Comments
 (0)