]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Deactivating package building in branch develop
authorFrank Brehm <frank@brehm-online.com>
Fri, 1 Apr 2022 14:05:43 +0000 (16:05 +0200)
committerFrank Brehm <frank@brehm-online.com>
Fri, 1 Apr 2022 14:05:43 +0000 (16:05 +0200)
.gitlab-ci.yml

index 984505a4be6525cfb4a2855f8e75e3230fc40350..c7bcbda9bd779e16a6af4c2c7b17a3fba591bb34 100644 (file)
@@ -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
     - |