File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/t
2525RUN mkdir -p /tmp/activerecord-sqlserver-adapter
2626COPY Gemfile VERSION activerecord-sqlserver-adapter.gemspec /tmp/activerecord-sqlserver-adapter/
2727RUN cd /tmp/activerecord-sqlserver-adapter \
28- && RAILS_BRANCH=main bundle install \
28+ && bundle install \
2929 && rm -rf /tmp/activerecord-sqlserver-adapter
3030RUN chown -R vscode:vscode /usr/local/rvm
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ WORKDIR $WORKDIR
99
1010COPY . $WORKDIR
1111
12- RUN RAILS_BRANCH=main 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 @@ -5,7 +5,6 @@ services:
55 ci :
66 environment :
77 - ACTIVERECORD_UNITTEST_HOST=sqlserver
8- - RAILS_BRANCH=main
98 build :
109 context : .
1110 dockerfile : Dockerfile.ci
You can’t perform that action at this time.
0 commit comments