From: Paul Bauer Date: Thu, 10 Sep 2020 12:37:44 +0000 (+0200) Subject: Minor fix to the printout for regtest builds X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=74e6ea75723bdb743111789443c8c222a2bf168d;p=alexxy%2Fgromacs.git Minor fix to the printout for regtest builds Was not printing the branch it is building the archive from. Change-Id: I597e68a3780d3f300b5a4be447ecac7834126408 --- diff --git a/admin/gitlab-ci/archive.gitlab-ci.yml b/admin/gitlab-ci/archive.gitlab-ci.yml index 5595f06301..c7eaf5a1ee 100644 --- a/admin/gitlab-ci/archive.gitlab-ci.yml +++ b/admin/gitlab-ci/archive.gitlab-ci.yml @@ -43,7 +43,7 @@ regressiontests:prepare: - export CHECKOUTCOMMIT=FETCH_HEAD - if [[ ! -z $REGRESSIONTESTCOMMIT ]] ; then export CHECKOUTCOMMIT=$REGRESSIONTESTCOMMIT ; - echo "Using $CHECKOUTCOMMIT instead of head of $SOURCEBRANCH" ; + echo "Using $CHECKOUTCOMMIT instead of head of $REGTESTBRANCH" ; fi - if [[ ! -d regressiontests ]] ; then mkdir regressiontests ;