From 2255d5f8a3a52290a826d5a6f40cd55475fbb30b Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Mon, 30 Nov 2020 16:25:49 -0600
Subject: [PATCH] Fix CI unit uploadInputBag

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aba54e7..91597b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -295,7 +295,7 @@ uploadInputBag:
   - echo THIS IS A TEST FILE > test.txt
   - md5=$(md5sum ./test.txt | awk '{ print $1 }')
   - size=$(wc -c < ./test.txt)
-  - exist=$(singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' curl -s https://${source}/ermrest/catalog/2/entity/RNASeq:Input_Bag/File_MD5=${md5})
+  - exist=$(singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' curl -s https://dev.gudmap.org/ermrest/catalog/2/entity/RNASeq:Input_Bag/File_MD5=${md5})
   - >
     if [ "${exist}" == "[]" ]; then
       cookie=$(cat credential.json | grep -A 1 '\"dev.gudmap.org\": {' | grep -o '\"cookie\": \".*\"')
-- 
GitLab