From df4faf8d1e69c9bb7be50fd5c2b88af3afc894f6 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Sun, 27 Dec 2020 23:03:47 -0600 Subject: [PATCH] Fix study rid in upload process file ci unit test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 386333b..e2b09fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -351,7 +351,7 @@ uploadProcessedFile: script: - ln -sfn `readlink -e ./test_data/auth/credential.json` ./credential.json - echo THIS IS A TEST FILE > 17-BTFJ_test.csv - - mkdir -p ./deriva/Seq/pipeline/17-BTFA/17-BTG4/ + - mkdir -p ./deriva/Seq/pipeline/17-BTFE/17-BTG4/ - mv 17-BTFJ_test.csv ./deriva/Seq/pipeline/17-BTFA/17-BTG4/17-BTFJ_test.csv - > exist=$(singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' curl -s https://staging.gudmap.org/ermrest/catalog/2/entity/RNASeq:Processed_File/Replicate=17-BTFJ) && -- GitLab