From 71f60db41ec4b718996978e362099d935aae58e3 Mon Sep 17 00:00:00 2001 From: amanda Date: Tue, 7 Jul 2020 19:57:35 +0100 Subject: [PATCH] Remove EL6 support --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b22f8b50..97a1e3572 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: environment: DEPLOY_PACKAGES: 1 DEB: xenial bionic - RPM: el6 el7 el8 + RPM: el7 el8 ST2_HOST: localhost ST2_USERNAME: admin ST2_PASSWORD: 123 @@ -136,7 +136,6 @@ jobs: paths: - xenial - bionic - - el6 - el7 - el8 deploy: @@ -144,7 +143,7 @@ jobs: - image: ruby:2.6.3 environment: ARTIFACTS: /home/circleci/artifacts - DISTROS: xenial bionic el6 el7 el8 + DISTROS: xenial bionic el7 el8 steps: - checkout - attach_workspace: