]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove redundant "GIT_DEPTH: 1" assignments
authorMichał Kępień <michal@isc.org>
Mon, 11 May 2026 14:07:47 +0000 (16:07 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 11 May 2026 14:25:20 +0000 (16:25 +0200)
commitf9ced82a42be528de34e6a741029f55fc8e741f0
treecf538936a3d628bff15e3e7cef1819b0c6af5768
parenta47dc9a7ed127bc751990ef03760bd08b937e873
Remove redundant "GIT_DEPTH: 1" assignments

The GIT_DEPTH CI variable defaults to 1 for all jobs through the
top-level "variables" key.  Explicitly setting it to 1 in job
definitions is unnecessary and may cause confusion.  Remove these
redundant assignments.

(cherry picked from commit 703ad9a6ded2edf68105cac4181a848496341dcb)
.gitlab-ci.yml