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

Update .gitlab-ci.yml

parent 2347e535
Branches
Tags
2 merge requests!37v0.0.1,!11Develop
Pipeline #5655 failed with stage
in 3 minutes and 9 seconds
......@@ -12,13 +12,13 @@ stages:
getBag:
stage: unit
script:
- ln -sfn ./test_data/auth/credential.json ~/.deriva/credential.json
- ln -sfn `readlink -e ./test_data/auth/credential.json` ~/.deriva/credential.json
- singularity run 'docker://bicf/gudmaprbkfilexfer:1.1' deriva-download-cli dev.gudmap.org --catalog 2 ./workflow/conf/replicate_export_config.json . rid=16-1ZX4
getData:
stage: unit
script:
- ln -sfn ./test_data/auth/cookies.txt ~/.bdbag/deriva-cookies.txt
- ln -sfn `readlink -e ./test_data/auth/cookies.txt` ~/.bdbag/deriva-cookies.txt
- unzip ./test_data/bagit/Replicate_16-1ZX4
- singularity run 'docker://bicf/gudmaprbkfilexfer:1.1' sh ./workflow/scripts/bdbagFetch.sh Replicate_16-1ZX4 16-1ZX4
......
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