diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-03-21 11:08:48 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-03-21 11:09:52 -0500 |
commit | 0c50df832b79dc06fa44dfd918d78ceb894ffd64 (patch) | |
tree | 565224a21008a124f3f1f054d65d7489662f2f73 /ci/clean.sh | |
parent | 1a0038847969004da45ef50545f6e65f642a3023 (diff) |
configure the VIP accordingly and also change the sequence.
Remove the admin-openrc file.
Change-Id: I8a14dc6de22d0f0de346d69e6d02a7e9c295ece1
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/clean.sh')
-rwxr-xr-x | ci/clean.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/clean.sh b/ci/clean.sh index 211bcaa3..a142ca7f 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -28,6 +28,7 @@ if [[ "$jujuver" > "2" ]]; then rm -rf precise rm -rf trusty rm -rf xenial + rm -rf ~/joid_config/admin-openrc sleep 30 sudo sysctl -w vm.drop_caches=3 elif [ -d $HOME/.juju/environments ]; then |