Skip to content

Commit 5783174

Browse files
committed
disable tracing
1 parent f897652 commit 5783174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dpl/provider/pypi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def pypi_wheel_arg
6767

6868
def install_deploy_dependencies
6969
# --user likely fails inside virtualenvs but is needed outside to avoid needing sudo.
70-
unless context.shell "set -x; set; if [ -z \"${VIRTUAL_ENV}\" ]; then export PIP_USER=yes; fi && " \
70+
unless context.shell "if [ -z \"${VIRTUAL_ENV}\" ]; then export PIP_USER=yes; fi && " \
7171
"wget -nv -O - https://bootstrap.pypa.io/get-pip.py | python - --no-setuptools --no-wheel && " \
7272
"pip install --upgrade #{pypi_setuptools_arg} #{pypi_twine_arg} #{pypi_wheel_arg}"
7373
error "Couldn't install pip, setuptools, twine or wheel."

0 commit comments

Comments
 (0)