Skip to content

Commit

Permalink
Add support for verbose bash execusion w/ $DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 6, 2022
1 parent e56e821 commit e71a4a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions twine-upload.sh
@@ -1,5 +1,10 @@
#! /bin/bash

if [[ -n "${DEBUG}" ]]
then
set -x
fi

set -Eeuo pipefail


Expand Down

0 comments on commit e71a4a4

Please sign in to comment.