Skip to content

Commit

Permalink
Revert cf11a56
Browse files Browse the repository at this point in the history
I changed my mind regarding this.
  • Loading branch information
deivid-rodriguez committed Mar 29, 2018
1 parent 021337b commit c315e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ steps: &steps
steps:
- checkout

- run:
name: Install coverage reporter
command: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-0.5.1-linux-amd64 > cc-test-reporter
chmod +x cc-test-reporter
- restore_cache:
keys:
- dependencies-{{ checksum "Gemfile.lock" }}
Expand Down
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

ENV BUNDLE_SILENCE_ROOT_WARNING=1

RUN TEST_REPORTER_URL=https://codeclimate.com/downloads/test-reporter/test-reporter-0.5.1-linux-amd64 \
&& wget -O /usr/local/bin/cc-test-reporter $TEST_REPORTER_URL \
&& chmod +x /usr/local/bin/cc-test-reporter

WORKDIR /byebug

0 comments on commit c315e97

Please sign in to comment.