We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2031a commit 1af12b8Copy full SHA for 1af12b8
2 files changed
Dockerfile.ci
@@ -9,6 +9,6 @@ WORKDIR $WORKDIR
9
10
COPY . $WORKDIR
11
12
-RUN RAILS_BRANCH=8-1-stable 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"]
compose.ci.yaml
@@ -4,16 +4,13 @@ services:
4
ci:
5
environment:
6
- ACTIVERECORD_UNITTEST_HOST=sqlserver
7
- - RAILS_BRANCH=8-1-stable
8
build:
context: .
dockerfile: Dockerfile.ci
command: wait-for sqlserver:1433 -- bundle exec rake test
depends_on:
- "sqlserver"
standardrb:
15
- environment:
16
17
18
19
0 commit comments