Skip to content
Snippets Groups Projects
Commit 4b8e4d03 authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Add UTSW proxy into ci before

parent 29f90cdf
2 merge requests!95Update rna-seq.nf,!91Resolve "Change the CI unit test RIDs"
Pipeline #10487 failed with stages
in 10 minutes and 24 seconds
...@@ -7,6 +7,9 @@ before_script: ...@@ -7,6 +7,9 @@ before_script:
- ln -sfn /project/BICF/BICF_Core/shared/gudmap/test_data/* ./test_data/ - ln -sfn /project/BICF/BICF_Core/shared/gudmap/test_data/* ./test_data/
- mkdir -p ~/.deriva - mkdir -p ~/.deriva
- mkdir -p ~/.bdbag - 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: after_script:
- unset SINGULARITY_CACHEDIR - unset SINGULARITY_CACHEDIR
...@@ -1127,4 +1130,4 @@ aws: ...@@ -1127,4 +1130,4 @@ aws:
when: always when: always
paths: paths:
- badges/ - badges/
allow_failure: true allow_failure: true
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment