Merge "Remove pip_lock_to_internal_repo variable"

This commit is contained in:
Zuul 2018-02-19 17:17:16 +00:00 committed by Gerrit Code Review
commit 03e899e59a
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@
- name: Set pip upstream URL
set_fact:
pip_upstream_url: "https://bootstrap.pypa.io/get-pip.py"
pip_lock_to_internal_repo: false
when:
- pip_upstream_url != "https://bootstrap.pypa.io/get-pip.py"
- (_repo_data_check.status | default(503)) != 200

View File

@ -72,7 +72,6 @@
- name: Fallback to PyPI
set_fact:
pip_default_index: "https://pypi.python.org/simple"
pip_lock_to_internal_repo: False
when: (pip_default_index_check.status | default(503)) != 200
tags:
- common-constraints