Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
remove centos 6 build
Browse files Browse the repository at this point in the history
- centos 6 has reached end-of-life
  • Loading branch information
lawschlosser committed Dec 4, 2020
1 parent f0b1eab commit 61884c5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
8 changes: 0 additions & 8 deletions codeship-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions codeship-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
12 changes: 0 additions & 12 deletions installers/build/Dockerfile.el6

This file was deleted.

0 comments on commit 61884c5

Please sign in to comment.