Permalink
Browse files
this is what it takes to work with beta12
- Loading branch information...
Showing
with
4 additions
and
4 deletions.
-
+4
−4
install-review-tools.sh
|
|
@@ -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