summaryrefslogtreecommitdiffstats
path: root/ci/dev_deploy_check.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-06-10 15:31:49 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-10 15:31:49 +0000
commitce4770e46df1792f80d27a279d7c6cef2d9af5e0 (patch)
tree04cff6e5b81c3d728b6629cf7930e80a2ea71a1d /ci/dev_deploy_check.sh
parentd1043f15f044dc0ee0ab4c76038e74c5f3b7fe75 (diff)
parentee3c2493f1c11c26737af8fa0cfa91722269817e (diff)
Merge changes from topics 'c_doc_update', 'detached_cleanup'
* changes: Documentation updates fixing detached state deployment
Diffstat (limited to 'ci/dev_deploy_check.sh')
-rwxr-xr-xci/dev_deploy_check.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/dev_deploy_check.sh b/ci/dev_deploy_check.sh
index e93e9f4f..8ba46ab0 100755
--- a/ci/dev_deploy_check.sh
+++ b/ci/dev_deploy_check.sh
@@ -35,3 +35,7 @@ for i in epel-release python34-PyYAML openvswitch openstack-tripleo libguestfs l
fi
fi
done
+
+
+# Make sure jinja2 is installed
+easy_install-3.4 jinja2