File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -169,16 +169,16 @@ commands:
169169 cat /tmp/.tool-versions
170170 - restore_cache :
171171 keys :
172- - solidus-installer-v6 -{{ checksum "/tmp/.tool-versions" }}
173- - solidus-installer-v6 -
172+ - solidus-installer-v7 -{{ checksum "/tmp/.tool-versions" }}
173+ - solidus-installer-v7 -
174174 - run :
175175 name : " Prepare the rails application"
176176 command : |
177177 cd /tmp
178178 test -d my_app || gem install rails solidus
179- test -d my_app || rails new my_app --skip-javascript --skip- git
179+ test -d my_app || rails new my_app --skip-git
180180 - save_cache :
181- key : solidus-installer-v5 -{{ checksum "/tmp/.tool-versions" }}
181+ key : solidus-installer-v7 -{{ checksum "/tmp/.tool-versions" }}
182182 paths :
183183 - /tmp/my_app
184184 - /home/circleci/.rubygems
Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ unbundled bundle exec rails new sandbox --database="$RAILSDB" \
4747 --skip-keeps \
4848 --skip-rc \
4949 --skip-spring \
50- --skip-test \
51- --skip-javascript
50+ --skip-test
5251
5352if [ ! -d " sandbox" ]; then
5453 echo ' sandbox rails application failed'
You can’t perform that action at this time.
0 commit comments