Commit 854f1f2
authored
### Rationale for this change
If we use `bash -i -c` as `ENTRYPOINT`, we need to pass command line as a string such as `archery docker run cpp-jni 'ls -la'` not `archery docker run cpp-jni ls -lah`.
Our `compose.yaml` assumes the latter style. So our command line in `compose.yaml` is ignored.
### What changes are included in this PR?
Remove needless `SHELL` and `ENTRYPOINT`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #47970
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 11d64b5 commit 854f1f2
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
210 | 213 | | |
211 | 214 | | |
212 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
108 | 105 | | |
109 | 106 | | |
110 | 107 | | |
111 | | - | |
| 108 | + | |
| 109 | + | |
0 commit comments