Merge "Remove pin pip from beaker legacy jobs"

This commit is contained in:
Zuul 2017-10-13 07:46:58 +00:00 committed by Gerrit Code Review
commit 4c8f5b2859
3 changed files with 0 additions and 15 deletions

View File

@ -7,11 +7,6 @@
path: '{{ ansible_user_dir }}/workspace'
state: directory
- shell:
cmd: sudo pip install "pip<8" "virtualenv<14"
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \

View File

@ -7,11 +7,6 @@
path: '{{ ansible_user_dir }}/workspace'
state: directory
- shell:
cmd: sudo pip install "pip<8" "virtualenv<14"
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \

View File

@ -7,11 +7,6 @@
path: '{{ ansible_user_dir }}/workspace'
state: directory
- shell:
cmd: sudo pip install "pip<8" "virtualenv<14"
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \