]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Move gitlab-ci.yml comment to its proper place
authorTom Krizek <tkrizek@isc.org>
Thu, 9 Mar 2023 12:30:41 +0000 (13:30 +0100)
committerTom Krizek <tkrizek@isc.org>
Thu, 16 Mar 2023 14:14:51 +0000 (15:14 +0100)
The comment refers to "interruptible" key, rather than the entire
"default" section.

(cherry picked from commit 11399074509b788ecfbbb2710bc65bd49b1970d2)

.gitlab-ci.yml

index 7e2b658a89e8754008a503662fc2b53271c2eb49..72382a95e06239a8db962b2e985dbec715260fe0 100644 (file)
@@ -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: