]> 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:03:20 +0000 (15:03 +0100)
The comment refers to "interruptible" key, rather than the entire
"default" section.

.gitlab-ci.yml

index 5e90f4a5f0ef349298cdf796506addda3d696c00..12d3384fd670f20a568cdc2cec863bdaa02ec442 100644 (file)
@@ -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: