From 664587e7dd5c732d425872b6673bef071b43a8ea Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Mon, 28 Dec 2020 15:50:51 -0600 Subject: [PATCH] Add ref ci test for staging --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ace300f..1d17633 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -493,7 +493,7 @@ mouseDataHub_dev: - test=$(echo ${test} | grep -o ${filename}) - if [ "${test}" == "" ]; then echo "reference file not present"; exit 1; fi -humanDataHub_dev: +humanDataHub_staging: stage: reference only: - push @@ -518,7 +518,7 @@ humanDataHub_dev: - test=$(echo ${test} | grep -o ${filename}) - if [ "${test}" == "" ]; then echo "reference file not present"; exit 1; fi -mouseDataHub_dev: +mouseDataHub_staging: stage: reference only: - push -- GitLab