Merge "Reinitialize the virtualenv"

This commit is contained in:
Zuul 2018-01-26 16:38:21 +00:00 committed by Gerrit Code Review
commit 47b5f32ac8
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@
shell: |
find {{ swift_bin }} -name \*.pyc -delete
sed -si '1s/^.*python.*$/#!{{ swift_bin | replace ('/','\/') }}\/python/' {{ swift_bin }}/*
virtualenv {{ swift_bin | dirname }}
when: swift_get_venv | changed
tags:
- skip_ansible_lint