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
|
||||
|
||||
- run:
|
||||
name: Setup Code Climate test-reporter
|
||||
command: |
|
||||
# download test reporter as a static binary
|
||||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
chmod +x ./cc-test-reporter
|
||||
name: Setup Code Climate test-reporter
|
||||
command: |
|
||||
# download test reporter as a static binary
|
||||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
chmod +x ./cc-test-reporter
|
||||
|
||||
- run:
|
||||
name: Code Climate before-build
|
||||
|
|
Loading…
Reference in a new issue