diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aba54e75f30c1367626cfa219d0a9dc574c8a27b..91597b7018475ec4c7fb045a9adb19c5ce4e3346 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\": \".*\"')