Skip to content

Commit 03633ec

Browse files
authored
Add proxy env for docc
1 parent 8a4c061 commit 03633ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

swift-ci/swift-docc-render/build-swift-docc-render.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ DOCKERFILE_PATH="$DIRECTORY_ROOT"/Dockerfile
6868
docker build -t swift-docc-render:latest \
6969
--no-cache \
7070
--build-arg SWIFT_DOCC_RENDER_BRANCH="$BRANCH" \
71+
--build-arg http_proxy="$http_proxy" \
72+
--build-arg https_proxy="$https_proxy" \
73+
--build-arg no_proxy="$no_proxy \
7174
-f "$DOCKERFILE_PATH" \
7275
"$DIRECTORY_ROOT"
7376

0 commit comments

Comments
 (0)