Merge "Make sure we don't have a stale package cache"

This commit is contained in:
Jenkins 2016-04-07 13:39:09 +00:00 committed by Gerrit Code Review
commit ef247be598

View File

@ -19,6 +19,10 @@ env
sudo yum remove -y python-crypto || true
# NOTE(pabelanger): We run apt-get update to ensure we don't have a stale
# package cache in the gate.
sudo apt-get update || true
sudo ./install_rally.sh --system --yes
rally deployment list
[ -d /etc/bash_completion.d ] && cat /etc/bash_completion.d/rally.bash_completion || true