From 0adddacb0737dbac23c0d535a2a913ef05d0078b Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Sun, 15 Sep 2013 15:23:24 +0300 Subject: [PATCH] Removed http*_proxy unsetting As imager runs mic in VM there is no need in proxy setting/unsetting. Change-Id: Ia6735081fa126844cb47a18f5f19dd816015082d --- jobs/image-creator/config.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/jobs/image-creator/config.xml b/jobs/image-creator/config.xml index 3df3550..f0620d6 100644 --- a/jobs/image-creator/config.xml +++ b/jobs/image-creator/config.xml @@ -34,13 +34,9 @@ #/bin/bash -unset http_proxy -unset https_proxy - python ${WORKSPACE}/jenkins-scripts/job_imager.py - - + -- 2.7.4