mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
indent
This commit is contained in:
parent
b52d4c5897
commit
6bb1baa793
1 changed files with 5 additions and 5 deletions
|
@ -45,11 +45,11 @@ jobs:
|
||||||
- <<: *save
|
- <<: *save
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Setup Code Climate test-reporter
|
name: Setup Code Climate test-reporter
|
||||||
command: |
|
command: |
|
||||||
# download test reporter as a static binary
|
# download test reporter as a static binary
|
||||||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||||
chmod +x ./cc-test-reporter
|
chmod +x ./cc-test-reporter
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Code Climate before-build
|
name: Code Climate before-build
|
||||||
|
|
Loading…
Add table
Reference in a new issue