Skip to content

Commit 31b7641

Browse files
committed
Add more tracing!
1 parent 54064e4 commit 31b7641

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build-python

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

33
set -o errexit
4+
set -o xtrace
45

56
[[ $INSTALL_DEST ]]
67
[[ $VERSION ]]

create-archive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

33
set -o errexit
4+
set -o xtrace
45

56
[[ $LSB_RELEASE ]]
67
[[ $INSTALL_DEST ]]

0 commit comments

Comments
 (0)