From 4b8e4d03d766350a2b265524510a4b17a853ffb7 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Wed, 21 Jul 2021 15:57:20 -0500 Subject: [PATCH] Add UTSW proxy into ci before --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14426c6..181a8f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,9 @@ before_script: - ln -sfn /project/BICF/BICF_Core/shared/gudmap/test_data/* ./test_data/ - mkdir -p ~/.deriva - mkdir -p ~/.bdbag + - export http_proxy=http://proxy.swmed.edu:3128 + - export https_proxy=http://proxy.swmed.edu:3128 + - export all_proxy=http://proxy.swmed.edu:3128 after_script: - unset SINGULARITY_CACHEDIR @@ -1127,4 +1130,4 @@ aws: when: always paths: - badges/ - allow_failure: true \ No newline at end of file + allow_failure: true -- GitLab