@@ -24,7 +24,7 @@ services:
24
24
25
25
ci-3.0 :
26
26
image : ruby:3.0
27
- entrypoint : /code/ci-run.sh
27
+ command : /code/ci-run.sh
28
28
environment :
29
29
INTEGRATION : openldap
30
30
INTEGRATION_HOST : ldap.example.org
@@ -38,7 +38,7 @@ services:
38
38
39
39
ci-3.1 :
40
40
image : ruby:3.1
41
- entrypoint : /code/ci-run.sh
41
+ command : /code/ci-run.sh
42
42
environment :
43
43
INTEGRATION : openldap
44
44
INTEGRATION_HOST : ldap.example.org
@@ -52,7 +52,7 @@ services:
52
52
53
53
ci-3.2 :
54
54
image : ruby:3.2
55
- entrypoint : /code/ci-run.sh
55
+ command : /code/ci-run.sh
56
56
environment :
57
57
INTEGRATION : openldap
58
58
INTEGRATION_HOST : ldap.example.org
@@ -66,7 +66,7 @@ services:
66
66
67
67
ci-3.3 :
68
68
image : ruby:3.3
69
- entrypoint : /code/ci-run.sh
69
+ command : /code/ci-run.sh
70
70
environment :
71
71
INTEGRATION : openldap
72
72
INTEGRATION_HOST : ldap.example.org
@@ -81,7 +81,7 @@ services:
81
81
# https://github.com/flavorjones/truffleruby/pkgs/container/truffleruby
82
82
ci-truffleruby :
83
83
image : ghcr.io/flavorjones/truffleruby:stable
84
- entrypoint : /code/ci-run.sh
84
+ command : /code/ci-run.sh
85
85
environment :
86
86
INTEGRATION : openldap
87
87
INTEGRATION_HOST : ldap.example.org
@@ -95,7 +95,7 @@ services:
95
95
96
96
ci-jruby-9.3 :
97
97
image : jruby:9.3
98
- entrypoint : /code/ci-run.sh
98
+ command : /code/ci-run.sh
99
99
environment :
100
100
INTEGRATION : openldap
101
101
INTEGRATION_HOST : ldap.example.org
@@ -109,7 +109,7 @@ services:
109
109
110
110
ci-jruby-9.4 :
111
111
image : jruby:9.4
112
- entrypoint : /code/ci-run.sh
112
+ command : /code/ci-run.sh
113
113
environment :
114
114
INTEGRATION : openldap
115
115
INTEGRATION_HOST : ldap.example.org
0 commit comments