From 348d771d18ceba7e362957308f5d3f29aea517fe Mon Sep 17 00:00:00 2001 From: superjomn Date: Wed, 12 Jun 2019 08:35:43 +0000 Subject: [PATCH] up --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e92667db7e..d13e588e475 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,4 +41,6 @@ build:mobile: - $MOBILE_LITE_CACHE0 - $MOBILE_LITE_CACHE1 script: + - export http_proxy=http://172.19.57.45:3128 + - export https_proxy=http://172.19.57.45:3128 - ./paddle/fluid/lite/tools/build.sh build_test_arm -- GitLab