Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions circleci/images/citusupgradetester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ EOF
COPY locale.gen /etc/locale.gen
RUN locale-gen

# Add codeclimate
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

ARG PG_VERSION
ARG PG_MAJOR
ENV PG_VERSION=$PG_VERSION
Expand Down
3 changes: 0 additions & 3 deletions circleci/images/exttester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ RUN cpanm install IPC::Run
COPY locale.gen /etc/locale.gen
RUN locale-gen

# Add codeclimate
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

ARG PG_VERSION
ARG PG_MAJOR
ENV PG_VERSION=$PG_VERSION
Expand Down
3 changes: 0 additions & 3 deletions circleci/images/failtester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ EOF
COPY locale.gen /etc/locale.gen
RUN locale-gen

# Add codeclimate
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

ARG PG_VERSION
ARG PG_MAJOR
ENV PG_VERSION=$PG_VERSION
Expand Down
3 changes: 0 additions & 3 deletions circleci/images/pgupgradetester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ apt-get install -y --no-install-recommends \
rm -rf /var/lib/apt/lists/*
EOF

# Add codeclimate
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

ARG PG_VERSIONS
ENV PG_VERSIONS=$PG_VERSIONS

Expand Down