File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ WORKDIR $WORKDIR
99
1010COPY . $WORKDIR
1111
12- RUN RAILS_BRANCH=8-1-stable bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
12+ RUN bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
1313
1414CMD ["sh"]
Original file line number Diff line number Diff line change @@ -4,16 +4,13 @@ services:
44 ci :
55 environment :
66 - ACTIVERECORD_UNITTEST_HOST=sqlserver
7- - RAILS_BRANCH=8-1-stable
87 build :
98 context : .
109 dockerfile : Dockerfile.ci
1110 command : wait-for sqlserver:1433 -- bundle exec rake test
1211 depends_on :
1312 - " sqlserver"
1413 standardrb :
15- environment :
16- - RAILS_BRANCH=8-1-stable
1714 build :
1815 context : .
1916 dockerfile : Dockerfile.ci
You can’t perform that action at this time.
0 commit comments