From 90053dfa26ac6569421dde963f4e39e0ad2e2037 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 1 Apr 2022 16:05:43 +0200 Subject: [PATCH] Deactivating package building in branch develop --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 984505a..c7bcbda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -149,7 +149,6 @@ Linter: - if: $CI_COMMIT_BRANCH == "master" - if: $CI_COMMIT_BRANCH == "main" - if: $CI_COMMIT_BRANCH == "test" - - if: $CI_COMMIT_BRANCH == "develop" tags: - docker needs: @@ -170,17 +169,6 @@ Linter: expire_in: '1 week' before_script: - ls -lA --color=always /etc/yum.repos.d -# - | -# if [[ "${EL_MAJOR_VERSION}" -ge "8" ]] ; then -# echo "Manipulating repo files in CentOS 8 ..." -# for repo_file in /etc/yum.repos.d/CentOS-Linux*.repo ; do -# if [[ -f "${repo_file}" ]] ; then -# echo -e "\nChanging ${repo_file} ..." -# sed -i -e 's/^mirrorlist/# mirrorlist/' -e 's/^#[ ]*baseurl[ ]*=/baseurl=/' "${repo_file}" -# cat "${repo_file}" -# fi -# done -# fi - ${YUM} clean all - ${YUM} makecache - | -- 2.39.5