mirror of
https://github.com/containers/podman-compose.git
synced 2025-07-16 04:15:07 +02:00
Renamed directory `build_fail_multi` to more appropriate `commands_fail_exit_code` as more tests were added to other commands:`push` and `run`. Names of tests were changed accordingly. Signed-off-by: Monika Kairaityte <monika@kibit.lt>
4 lines
120 B
Docker
4 lines
120 B
Docker
FROM busybox
|
|
#ensure that this build finishes second so that it has a chance to overwrite the return code
|
|
RUN sleep 0.5
|