Merge "proxy ENV variables to promenade container"

This commit is contained in:
Zuul 2019-04-24 18:12:28 +00:00 committed by Gerrit Code Review
commit 66caaf74f7
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,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 \