diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8df71c6cbef9cad3b54381d68c88a6498265161..bece0a7edbdb2b372839e64cdb483b0fd2feaaba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ cta_tagged_rpm: image: gitlab-registry.cern.ch/linuxsupport/cc7-base script: - if [ -z "${CI_COMMIT_TAG}" ]; then echo "This is not a tagged commit, exiting"; exit 0; fi - - echo "Building package for tag ${CI_COMMIT_TAG}: CTA_VERSION=${TAG_VERSION} - CTA_RELEASE=${TAG_RELEASE}" + - echo "Building package for tag ${CI_COMMIT_TAG}. CTA_VERSION=${TAG_VERSION} - CTA_RELEASE=${TAG_RELEASE}" - cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/*.repo /etc/yum.repos.d/ - yum install -y gcc-c++ cmake make rpm-build - yum -y install yum-plugin-priorities