mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 08:20:00 -04:00
fix: nil: Properly use other_checks_jobs template for pr-agent CI job
Merge branch 'ondrej/pr-agent-other-check' into 'main' See merge request isc-projects/bind9!12035
This commit is contained in:
commit
a44b91eae1
1 changed files with 1 additions and 1 deletions
|
|
@ -2672,7 +2672,7 @@ autorebase-security:
|
|||
- if: '$CI_PROJECT_NAMESPACE == "isc-private" && $CI_PIPELINE_SOURCE == "pipeline" && $CI_COMMIT_REF_NAME =~ /^security-(main|bind-9\.[0-9]+)$/ && $REBASE_ONLY == "1" && $CI_COMMIT_REF_NAME =~ $AUTOREBASED_BRANCHES'
|
||||
|
||||
pr-agent:
|
||||
stage: other-checks
|
||||
<<: *other_checks_job
|
||||
image:
|
||||
name: registry.gitlab.isc.org/isc-projects/images/pr-agent:latest
|
||||
entrypoint: [""]
|
||||
|
|
|
|||
Loading…
Reference in a new issue