mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-12 11:49:57 -05:00
Add support for verbose bash execusion w/ $DEBUG
This commit is contained in:
parent
e56e8212f4
commit
e71a4a4c1d
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
#! /bin/bash
|
||||
|
||||
if [[ -n "${DEBUG}" ]]
|
||||
then
|
||||
set -x
|
||||
fi
|
||||
|
||||
set -Eeuo pipefail
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue