diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 12:40:24 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 19:00:32 +0000 |
commit | 0c730bb4f91fba83a31c4514c2fff51c9ef15fed (patch) | |
tree | 80a4c6ee555ff62171906407d84996381d808bb4 /ci | |
parent | d1d273b670f7b32ddc26b3446f413f8fe705ece7 (diff) |
trying again.
Change-Id: Ifcc59754f32e83f8fda47680ed8ee30b4083f952
(cherry picked from commit 19c3f068ee9edc73b645996ba3dbcea249dcfe26)
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/02-maasdeploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 08de4dce..e7fbaad3 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -73,7 +73,7 @@ sudo apt-add-repository ppa:juju/stable -y sudo apt-add-repository ppa:maas/stable -y sudo apt-add-repository cloud-archive:liberty -y sudo apt-get update -y -sudo apt-get -o Dpkg::Options::='--force-confold' --force-yes -fuy dist-upgrade +apt-get apt-get upgrade -y && apt-get autoremove -y && apt-get autoclean -y sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip python-openstackclient sudo pip install shyaml |