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

(cherry picked from commit 11399074509b788ecfbbb2710bc65bd49b1970d2)

.gitlab-ci.yml

index baa987e033b13adb6c3b02e572b299d8a7b78d75..6729048f3b24466b7d8a999c1b42161953b3327b 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: