Skip to content
Snippets Groups Projects
bootstrap-app-bundle.sh 142 B
Newer Older
#!/bin/sh
set -ex
bundle config --local build.sassc --disable-march-tune-native
gem install bundler -v 2.1
bundle install --jobs 20 --retry 5