From: Frank Brehm Date: Wed, 24 Jun 2020 07:23:19 +0000 (+0200) Subject: Fixing .gitlab-ci.yml X-Git-Tag: 2.1.2^2~9^2~15 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=21f29f3f36ebe3362ae70248114d5f99c521b149;p=pixelpark%2Fcreate-vmware-tpl.git Fixing .gitlab-ci.yml --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9af809f..1e8f684 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ variables: else SYSTEM_STATUS="development"; fi' - - 'echo; echo "Ref name: ${CI_COMMIT_REF_NAME}"; "System status: ${SYSTEM_STATUS}"' + - 'echo; echo "Ref name: ${CI_COMMIT_REF_NAME}"; echo "System status: ${SYSTEM_STATUS}"' - ' if [ -z "${VSPHERE_HOST}" ] ; then if [ "$CI_COMMIT_REF_NAME" = "master" -o "$CI_COMMIT_REF_NAME" = "production" ] ; then VSPHERE_HOST="vcs01.ppbrln.internal"