From 3a0e2e2823c0d501a72708a89649bb14d90e25dd Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 7 Jun 2016 15:01:54 -0400 Subject: fixing detached state deployment JIRA: APEX-157 Change-Id: Ifb3b706c61c6df5534bc7c22948fc0ae57a923df Signed-off-by: Dan Radez --- ci/deploy.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 30a6af29..da534a5c 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -1162,8 +1162,6 @@ parse_cmdline() { ##END FUNCTIONS main() { - # Make sure jinja2 is installed - easy_install-3.4 jinja2 > /dev/null parse_cmdline "$@" echo -e "${blue}INFO: Parsing network settings file...${reset}" parse_network_settings -- cgit 1.2.3-korg