diff options
author | Đoàn Trần Công Danh <congdanhqx@gmail.com> | 2020-04-04 08:08:48 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-06 13:44:42 -0700 |
commit | 5a33f541ddb52e3f45db87db7c3dd40945b9a564 (patch) | |
tree | a36a58582b0e0f6461944558b99b70e89d9963dc /.travis.yml | |
parent | 2bd1e2d273b69516a3c161671a39263589ccc9fc (diff) | |
download | git-5a33f541ddb52e3f45db87db7c3dd40945b9a564.tar.gz |
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>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fc5730b085..069aeeff3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: services: - docker before_install: - script: ci/run-linux32-docker.sh + script: ci/run-docker.sh - env: jobname=StaticAnalysis os: linux compiler: |