Commit aa19580

mo <mo.khan@gmail.com>
2018-02-16 23:21:24
remove duplicate bundle install.
1 parent 056fe28
Changed files (2)
bin/setup
@@ -3,6 +3,6 @@ set -euo pipefail
 IFS=$'\n\t'
 set -vx
 
-bundle check || bundle install
+bundle check || bundle install --jobs $(nproc)
 
 # Do any other automated setup that you need to do here
.gitlab-ci.yml
@@ -5,7 +5,6 @@ before_script:
   - echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
   - locale-gen
   - export LC_ALL=en_US.UTF-8
-  - bundle install --jobs $(nproc) "${FLAGS[@]}"
 
 rspec:
   script: