Skip to content

Commit

Permalink
Add xtrace to kanister docker package script (#5788)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv authored and Ilya Kislenko committed Jun 12, 2019
1 parent e398fbf commit 9e6c722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

set -o errexit
set -o nounset
set -o xtrace

if [ -z "${BIN:-""}" ]; then
echo "BIN must be set"
Expand Down

0 comments on commit 9e6c722

Please sign in to comment.