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

Add UTSW proxy into ci before

parent 29f90cdf
Branches
Tags
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:
- 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
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