aboutsummaryrefslogtreecommitdiff
path: root/ci/install-docker-dependencies.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-12-15 09:39:49 -0800
committerJunio C Hamano <gitster@pobox.com>2021-12-15 09:39:49 -0800
commitf9b889dd67b7a92fd78d9f3385fd2f83e9efdaa8 (patch)
tree36e63822514a2b34d3cbe1d7f80f5857f34ce19d /ci/install-docker-dependencies.sh
parent250ca49b4f3ee0781a98c47f4515ae597ca3dbab (diff)
parent25715419bf4d105d755e0f6d2228e1ac0bd06b88 (diff)
downloadgit-f9b889dd67b7a92fd78d9f3385fd2f83e9efdaa8.tar.xz
Merge branch 'ab/ci-updates'
Drop support for TravisCI and update test workflows at GitHub. * ab/ci-updates: CI: don't run "make test" twice in one job CI: use "$runs_on_pool", not "$jobname" to select packages & config CI: rename the "Linux32" job to lower-case "linux32" CI: use shorter names that fit in UX tooltips CI: remove Travis CI support
Diffstat (limited to 'ci/install-docker-dependencies.sh')
-rwxr-xr-xci/install-docker-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-docker-dependencies.sh b/ci/install-docker-dependencies.sh
index 07a8c6b199..78b7e326da 100755
--- a/ci/install-docker-dependencies.sh
+++ b/ci/install-docker-dependencies.sh
@@ -4,7 +4,7 @@
#
case "$jobname" in
-Linux32)
+linux32)
linux32 --32bit i386 sh -c '
apt update >/dev/null &&
apt install -y build-essential libcurl4-openssl-dev \