ci: refactor docker runner script
commit5a33f541ddb52e3f45db87db7c3dd40945b9a564
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Sat, 4 Apr 2020 01:08:48 +0000 (4 08:08 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2020 20:44:42 +0000 (6 13:44 -0700)
treea36a58582b0e0f6461944558b99b70e89d9963dc
parent2bd1e2d273b69516a3c161671a39263589ccc9fc
ci: refactor docker runner script

We will support alpine check in docker later in this series.

While we're at it, tell people to run as root in podman,
if podman is used as drop-in replacement for docker,
because podman will map host-user to container's root,
therefore, mapping their permission.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.travis.yml
azure-pipelines.yml
ci/run-docker-build.sh [moved from ci/run-linux32-build.sh with 93% similarity]
ci/run-docker.sh [moved from ci/run-linux32-docker.sh with 53% similarity]