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

Update replicate bdbag export config name

parent e09c1872
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8539 canceled with stages
......@@ -26,7 +26,7 @@ getBag:
script:
- ln -sfn `readlink -e ./test_data/auth/credential.json` ~/.deriva/credential.json
- singularity run 'docker://bicf/gudmaprbkfilexfer:2.0.1_indev' deriva-download-cli --version > version_deriva.txt
- singularity run 'docker://bicf/gudmaprbkfilexfer:2.0.1_indev' deriva-download-cli dev.gudmap.org --catalog 2 ./workflow/conf/replicate_export_config.json . rid=Q-Y5F6
- singularity run 'docker://bicf/gudmaprbkfilexfer:2.0.1_indev' deriva-download-cli dev.gudmap.org --catalog 2 ./workflow/conf/Replicate_For_Input_Bag.json . rid=Q-Y5F6
- pytest -m getBag
artifacts:
name: "$CI_JOB_NAME"
......
......@@ -59,7 +59,7 @@ speciesForce = params.speciesForce
email = params.email
// Define fixed files
replicateExportConfig = Channel.fromPath("${baseDir}/conf/replicate_export_config.json")
replicateExportConfig = Channel.fromPath("${baseDir}/conf/Replicate_For_Input_Bag.json")
executionRunExportConfig = Channel.fromPath("${baseDir}/conf/Execution_Run_For_Output_Bag.json")
if (params.source == "dev") {
source = "dev.gudmap.org"
......
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