Skip to content

Commit 31dba7b

Browse files
committed
Run CI against commit
1 parent 11ce49d commit 31dba7b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ WORKDIR $WORKDIR
99

1010
COPY . $WORKDIR
1111

12-
RUN RAILS_BRANCH=main bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
12+
RUN RAILS_COMMIT=65dc2163e3 bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
1313

1414
CMD ["sh"]

compose.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
ci:
55
environment:
66
- ACTIVERECORD_UNITTEST_HOST=sqlserver
7-
- RAILS_BRANCH=main
7+
- RAILS_COMMIT=65dc2163e3
88
build:
99
context: .
1010
dockerfile: Dockerfile.ci
@@ -13,7 +13,7 @@ services:
1313
- "sqlserver"
1414
standardrb:
1515
environment:
16-
- RAILS_BRANCH=main
16+
- RAILS_COMMIT=65dc2163e3
1717
build:
1818
context: .
1919
dockerfile: Dockerfile.ci

0 commit comments

Comments
 (0)