]> 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:56 +0000 (16:43 +0000)
The value is defined in the *precheck_job anchor.

(cherry picked from commit 9331451c5f38d912de07c34fa2a570416818c661)

.gitlab-ci.yml

index 7b809ba039d4d1df2731cac98c241f78628ef15c..a9869db2dfbe75e70a4f4b32ab5baacdf56038bb 100644 (file)
@@ -594,7 +594,6 @@ vulture:
     - vulture --exclude "*/ans*/ans.py,conftest.py,get_algorithms.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)"