Uh oh!
There was an error while loading. Please reload this page.
Commit 1031f03
committed
Fail Docker build when pip check fails before SDK override
Use && after pip check so its exit status gates the RUN step; with a
trailing semicolon, an empty or successful SDK_VERSION branch could mask
a broken dependency environment.1 parent 33d6897 commit 1031f03
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments