proxy ENV variables to promenade container

Change-Id: I0cb95aac7bdb6cfffd0b188a70c3d86bf764002a
Signed-off-by: kranthikirang <kranthi.guttikonda@att.com>
This commit is contained in:
kranthikirang 2019-04-01 14:21:52 -04:00
parent c178634b89
commit be175e2c3a
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ echo === Building bootstrap scripts ===
docker run --rm -t \
-w /target \
-e PROMENADE_DEBUG=$PROMENADE_DEBUG \
-e http_proxy=${HTTP_PROXY} \
-e https_proxy=${HTTPS_PROXY} \
-e no_proxy=${NO_PROXY} \
-v ${BUILD_DIR}:/target \
${IMAGE_PROMENADE} \
promenade \