Remove xtracing from the upload-artifact script

This commit is contained in:
Joshua M. Boniface 2019-06-09 21:39:49 -04:00
parent 8b96e59248
commit 13bbdb60f4

View File

@ -25,8 +25,6 @@ set -e
xargs=$(which gxargs || which xargs)
# Validate settings.
[ "$TRACE" ] && set -x
github_api_token="$( sudo cat /srv/jellyfin/secure/github_api_token )"
owner='jellyfin'
repo="${1}"