From: Tom Krizek Date: Thu, 9 Mar 2023 12:30:41 +0000 (+0100) Subject: Move gitlab-ci.yml comment to its proper place X-Git-Tag: v9.16.40~22^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c0e4596fb2a3f040b760f1c488dca8c2e0bdaea8;p=thirdparty%2Fbind9.git Move gitlab-ci.yml comment to its proper place The comment refers to "interruptible" key, rather than the entire "default" section. (cherry picked from commit 11399074509b788ecfbbb2710bc65bd49b1970d2) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e2b658a89e..72382a95e06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,11 +44,11 @@ variables: BIND_STRESS_TEST_OS: linux BIND_STRESS_TEST_ARCH: amd64 -# Allow all running CI jobs to be automatically canceled when a new -# version of a branch is pushed. -# -# See: https://docs.gitlab.com/ee/ci/pipelines/settings.html#auto-cancel-redundant-pipelines default: + # Allow all running CI jobs to be automatically canceled when a new + # version of a branch is pushed. + # + # See: https://docs.gitlab.com/ee/ci/pipelines/settings.html#auto-cancel-redundant-pipelines interruptible: true stages: