Skip to content

Commit eaa49b2

Browse files
committed
Remove CodeClimate test reporter installation from Dockerfiles
1 parent 4df94a0 commit eaa49b2

4 files changed

Lines changed: 0 additions & 12 deletions

File tree

circleci/images/citusupgradetester/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ EOF
4444
COPY locale.gen /etc/locale.gen
4545
RUN locale-gen
4646

47-
# Add codeclimate
48-
RUN curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /usr/local/bin/cc-test-reporter && chmod +x /usr/local/bin/cc-test-reporter
49-
5047
ARG PG_VERSION
5148
ARG PG_MAJOR
5249
ENV PG_VERSION=$PG_VERSION

circleci/images/exttester/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ RUN cpanm install IPC::Run
140140
COPY locale.gen /etc/locale.gen
141141
RUN locale-gen
142142

143-
# Add codeclimate
144-
RUN curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /usr/local/bin/cc-test-reporter && chmod +x /usr/local/bin/cc-test-reporter
145-
146143
ARG PG_VERSION
147144
ARG PG_MAJOR
148145
ENV PG_VERSION=$PG_VERSION

circleci/images/failtester/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ EOF
4545
COPY locale.gen /etc/locale.gen
4646
RUN locale-gen
4747

48-
# Add codeclimate
49-
RUN curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /usr/local/bin/cc-test-reporter && chmod +x /usr/local/bin/cc-test-reporter
50-
5148
ARG PG_VERSION
5249
ARG PG_MAJOR
5350
ENV PG_VERSION=$PG_VERSION

circleci/images/pgupgradetester/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ apt-get install -y --no-install-recommends \
4040
rm -rf /var/lib/apt/lists/*
4141
EOF
4242

43-
# Add codeclimate
44-
RUN curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /usr/local/bin/cc-test-reporter && chmod +x /usr/local/bin/cc-test-reporter
45-
4643
ARG PG_VERSIONS
4744
ENV PG_VERSIONS=$PG_VERSIONS
4845

0 commit comments

Comments
 (0)