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

Add https_proxy in getBag process

parent 33f96a38
Branches
Tags
3 merge requests!37v0.0.1,!11Develop,!10Resolve "Add integration CI test"
Pipeline #5676 passed with stages
in 28 minutes and 36 seconds
......@@ -20,4 +20,10 @@ process {
singularity {
enabled = true
cacheDir = '/project/shared/bicf_workflow_ref/singularity_images/'
}
env {
http_proxy = 'http://proxy.swmed.edu:3128'
https_proxy = 'http://proxy.swmed.edu:3128'
all_proxy = 'http://proxy.swmed.edu:3128'
}
\ No newline at end of file
......@@ -50,6 +50,7 @@ process getBag {
"""
hostname >>${repRID_getBag}.getBag.err
ulimit -a >>${repRID_getBag}.getBag.err
export https_proxy=\${http_proxy}
ln -sf `readlink -e credential.json` ~/.deriva/credential.json 2>>${repRID_getBag}.getBag.err
echo "LOG: deriva credentials linked" >>${repRID_getBag}.getBag.err
deriva-download-cli dev.gudmap.org --catalog 2 ${derivaConfig} . rid=${repRID_getBag} 2>>${repRID_getBag}.getBag.err
......
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