We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d3726 commit 88d8e06Copy full SHA for 88d8e06
Dockerfile.ci
@@ -9,6 +9,6 @@ WORKDIR $WORKDIR
9
10
COPY . $WORKDIR
11
12
-RUN bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
+RUN RAILS_BRANCH=7-2-stable bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
13
14
CMD ["sh"]
docker-compose.ci.yml
@@ -5,6 +5,7 @@ services:
5
ci:
6
environment:
7
- ACTIVERECORD_UNITTEST_HOST=sqlserver
8
+ - RAILS_BRANCH=7-2-stable
build:
context: .
dockerfile: Dockerfile.ci
0 commit comments