Skip to content

Commit

Permalink
disable tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
native-api committed Feb 10, 2020
1 parent f897652 commit 5783174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dpl/provider/pypi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def pypi_wheel_arg

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

0 comments on commit 5783174

Please sign in to comment.