]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Don't redifine stage:precheck in ci-variables job definition
authorŠtěpán Balážik <stepan@isc.org>
Thu, 26 Jun 2025 14:10:29 +0000 (16:10 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 27 Jun 2025 16:43:51 +0000 (16:43 +0000)
The value is defined in the *precheck_job anchor.

(cherry picked from commit 9331451c5f38d912de07c34fa2a570416818c661)

.gitlab-ci.yml

index 54bac6957f2eb1e8aa53cb73ef725f6139d11085..aba604b7c840b88a263707238f5a414894f711b4 100644 (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)"