File tree 3 files changed +2
-3
lines changed
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
25
25
RUN mkdir -p /tmp/activerecord-sqlserver-adapter
26
26
COPY Gemfile VERSION activerecord-sqlserver-adapter.gemspec /tmp/activerecord-sqlserver-adapter/
27
27
RUN cd /tmp/activerecord-sqlserver-adapter \
28
- && RAILS_BRANCH=main bundle install \
28
+ && bundle install \
29
29
&& rm -rf /tmp/activerecord-sqlserver-adapter
30
30
RUN chown -R vscode:vscode /usr/local/rvm
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ WORKDIR $WORKDIR
9
9
10
10
COPY . $WORKDIR
11
11
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
13
13
14
14
CMD ["sh"]
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ services:
5
5
ci :
6
6
environment :
7
7
- ACTIVERECORD_UNITTEST_HOST=sqlserver
8
- - RAILS_BRANCH=main
9
8
build :
10
9
context : .
11
10
dockerfile : Dockerfile.ci
You can’t perform that action at this time.
0 commit comments