From 2826bb20b720ce2a4345f84f751833657cdf2803 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 12 Jan 2023 06:23:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(latest):=20latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/software.yml b/software.yml index 79836202..a4c8ffcf 100644 --- a/software.yml +++ b/software.yml @@ -3325,7 +3325,8 @@ softwarePackages: _home: null _name: CodeClimate _usesDocker: true - brew: codeclimate/formulae/codeclimate + brew:darwin: codeclimate/formulae/codeclimate + script:linux: cd /tmp && curl -L https://github.com/codeclimate/codeclimate/archive/master.tar.gz | tar xvz && cd codeclimate-* && sudo make install impl: _bin: impl _desc: null