Don't redifine stage:precheck in ci-variables job definition

The value is defined in the *precheck_job anchor.

(cherry picked from commit 9331451c5f)
This commit is contained in:
Štěpán Balážik 2025-06-26 16:10:29 +02:00
parent 709b8687b0
commit 91267eee58

View file

@ -602,7 +602,6 @@ vulture:
- vulture --exclude "*ans.py,conftest.py,isctest" --ignore-names "pytestmark" bin/tests/system/
ci-variables:
stage: precheck
<<: *precheck_job
script:
- export BIND_BASELINE_BRANCH="$(sed -n -E "s|^m4_define\(\[bind_VERSION_MINOR\], ([0-9]+)\)dnl$|\1|p" configure.ac)"