From: Frank Brehm Date: Tue, 23 Jun 2020 16:36:12 +0000 (+0200) Subject: Minor change to .gitlab-ci.yml X-Git-Tag: 2.1.2^2~9^2~18 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=dd983f1be860bbaba933f43c021a19918c160c1a;p=pixelpark%2Fcreate-vmware-tpl.git Minor change to .gitlab-ci.yml --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af93e51..27b8995 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ variables: - pip list --format columns - if [ -x bin/compile-xlate-msgs.sh ] ; then bin/compile-xlate-msgs.sh; fi - 'if [ "$CI_COMMIT_REF_NAME" = "master" ] ; then SYSTEM_STATUS="production"; elif [ "$CI_COMMIT_REF_NAME" = "test" ] ; then SYSTEM_STATUS="testing"; else SYSTEM_STATUS="development"; fi' + - 'echo "Ref name: ${CI_COMMIT_REF_NAME}"' - 'echo "System status: ${SYSTEM_STATUS}"' tags: - deploy