Skip to content

Commit 672cf2c

Browse files
pks-tgitster
authored andcommitted
gitlab-ci: fix installing dependencies for fuzz smoke tests
There was a semantic merge conflict between 9cdeb34 (ci: merge scripts which install dependencies, 2024-04-12), which has merged "ci/install-docker-dependencies.sh" into "ci/install-dependencies.sh" and c7b228e (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2137351 commit 672cf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ test:fuzz-smoke-tests:
100100
variables:
101101
CC: clang
102102
before_script:
103-
- ./ci/install-docker-dependencies.sh
103+
- ./ci/install-dependencies.sh
104104
script:
105105
- ./ci/run-build-and-minimal-fuzzers.sh
106106

0 commit comments

Comments
 (0)