mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-04 23:24:49 -04:00
Return to previous version
This commit is contained in:
@@ -2,12 +2,9 @@
|
||||
|
||||
if [ "${STATIC_CHECKS}" = "true" ]; then
|
||||
set -euv
|
||||
|
||||
rvm use 2.5.3; #overcommit doesn't support 2.6.0
|
||||
npm install;
|
||||
|
||||
gem install --update overcommit haml-lint bundler-audit;
|
||||
gem install childprocess 0.7.0
|
||||
|
||||
pip install --upgrade pip;
|
||||
pip install yamllint --user;
|
||||
|
||||
Reference in New Issue
Block a user