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 702d212 commit d7d473eCopy full SHA for d7d473e
Dockerfile.ci
@@ -9,6 +9,6 @@ WORKDIR $WORKDIR
9
10
COPY . $WORKDIR
11
12
-RUN RAILS_MAIN=1 bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
+RUN bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
13
14
CMD ["sh"]
docker-compose.ci.yml
@@ -5,7 +5,6 @@ services:
5
ci:
6
environment:
7
- ACTIVERECORD_UNITTEST_HOST=sqlserver
8
- - RAILS_MAIN=1
build:
context: .
dockerfile: Dockerfile.ci
0 commit comments