diff options
author | 2017-03-21 11:08:48 -0500 | |
---|---|---|
committer | 2017-03-21 16:10:51 +0000 | |
commit | 69cba16f7a1e0dfda227d5e28eca18d992ab00d0 (patch) | |
tree | c9efd027f1f206b3ef78074618b1b405ec3d95ec /ci/clean.sh | |
parent | e309b5673e967af8e42d81798939c001736275fe (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>
(cherry picked from commit 0c50df832b79dc06fa44dfd918d78ceb894ffd64)
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 |