Avoid installing Ruby in finalize stage

This commit is contained in:
CactusPuppy 2021-03-18 17:23:12 -07:00
parent 554f897b27
commit 4989b0e4e9
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -97,6 +97,7 @@ jobs:
paths: paths:
- coverage/codeclimate.5.json - coverage/codeclimate.5.json
- stage: finalize - stage: finalize
language: minimal
before_install: before_install:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > $CCTR - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > $CCTR
- chmod +x $CCTR - chmod +x $CCTR