diff --git a/codeship-services.yml b/codeship-services.yml index 880e7bea..c39d741e 100644 --- a/codeship-services.yml +++ b/codeship-services.yml @@ -6,14 +6,6 @@ deb: - ./tmp:/artifacts encrypted_env_file: build.env.encrypted cached: true -el6: - build: - dockerfile_path: ./installers/build/Dockerfile.el6 - volumes: - - .:/src - - ./tmp:/artifacts - encrypted_env_file: build.env.encrypted - cached: true el7: build: dockerfile_path: ./installers/build/Dockerfile.el7 diff --git a/codeship-steps.yml b/codeship-steps.yml index 2a6c4590..606b27d9 100644 --- a/codeship-steps.yml +++ b/codeship-steps.yml @@ -39,9 +39,6 @@ command: /src/installers/build/fetch_client.sh linux64 - type: parallel steps: - - name: Build EL-6 installer with desktop - service: el6 - command: /src/installers/rpm/build.sh 6 --with_client - service: el7 name: Build EL-7 installer with desktop client command: /src/installers/rpm/build.sh 7 --with_client @@ -64,9 +61,6 @@ - service: deb name: Build MacOS installer command: /src/installers/osx/build.sh - - service: el6 - name: Build EL-6 installer - command: /src/installers/rpm/build.sh 6 - service: el7 name: Build EL-7 installer command: /src/installers/rpm/build.sh 7 diff --git a/installers/build/Dockerfile.el6 b/installers/build/Dockerfile.el6 deleted file mode 100644 index 7f098a95..00000000 --- a/installers/build/Dockerfile.el6 +++ /dev/null @@ -1,12 +0,0 @@ -FROM centos:6 - -RUN yum groupinstall -y "Development Tools" && \ - yum install -y sqlite-devel \ - gdbm-devel \ - openssl-devel \ - ncurses-devel \ - readline-devel \ - bzip2-devel \ - db4-devel \ - tk-devel \ - libdb-devel \ No newline at end of file