From: Štěpán Balážik Date: Thu, 26 Jun 2025 14:10:29 +0000 (+0200) Subject: Don't redifine stage:precheck in ci-variables job definition X-Git-Tag: v9.20.11~7^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91267eee58bbca3253a51bb12c618d8399026ed8;p=thirdparty%2Fbind9.git Don't redifine stage:precheck in ci-variables job definition The value is defined in the *precheck_job anchor. (cherry picked from commit 9331451c5f38d912de07c34fa2a570416818c661) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54bac6957f2..aba604b7c84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)"