Permalink
Browse files

this is what it takes to work with beta12

  • Loading branch information...
1 parent 774398e commit 9e917fb4d43e91149870e3fdf6070b708d641a65 @chuckbutler committed Jul 22, 2016
Showing with 4 additions and 4 deletions.
  1. +4 −4 install-review-tools.sh
View
@@ -24,10 +24,10 @@ bzr branch lp:~tvansteenburgh/juju-deployer/beta11 deployer
git clone https://github.com/juju/amulet
git clone https://github.com/juju-solutions/bundletester
-cd /tmp/bundletester && sudo pip install -U ./
-cd /tmp/amulet && sudo pip install -U ./
-cd /tmp/deployer && sudo pip install -U ./
-cd /tmp/jujuclient && sudo pip install -U ./
+#cd /tmp/bundletester && sudo pip install -U ./
+#cd /tmp/amulet && sudo pip install -U ./
+#cd /tmp/deployer && sudo pip install -U ./
+#cd /tmp/jujuclient && sudo pip install -U ./
# Fix for CI choking on duplicate hosts if the host key has changed

0 comments on commit 9e917fb

Please sign in to comment.