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.18.14~36^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7aba37333f9cc4bb4318013abb0d814eebb27783;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 baa987e033b..6729048f3b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,11 +50,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: