keystone: fixed uninstall

This commit is contained in:
Michael Rodler 2017-04-05 12:48:43 +02:00
parent 80f422f593
commit e8065b72f6

View file

@ -1,10 +1,4 @@
#!/bin/bash -ex
set -e -o pipefail
source ctf-tools-venv-activate
pip uninstall -y keystone-engine || true
#!/bin/bash -ex
ctf-tools-pip uninstall -y keystone || true
ctf-tools-pip3 uninstall -y keystone || true