gitlab-ci: fix installing dependencies for fuzz smoke tests
commit672cf2c8701de3b0d8ab740768709f0b34b2a7aa
authorPatrick Steinhardt <ps@pks.im>
Thu, 9 May 2024 08:25:27 +0000 (9 10:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 May 2024 15:45:50 +0000 (9 08:45 -0700)
tree7bb8cd6a5f2bc8b44d928899976cbd570d242d76
parent21373511b99093c3417dff7e4b8275278e3ade8a
gitlab-ci: fix installing dependencies for fuzz smoke tests

There was a semantic merge conflict between 9cdeb34b96 (ci: merge
scripts which install dependencies, 2024-04-12), which has merged
"ci/install-docker-dependencies.sh" into "ci/install-dependencies.sh"
and c7b228e000 (gitlab-ci: add smoke test for fuzzers, 2024-04-29),
which has added a new fuzz smoke test job that makes use of the
now-removed script.

Adapt the job to instead use the new script to install dependencies.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitlab-ci.yml