]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixup! limit jobs when debugging cppcheck
authorMark Andrews <marka@isc.org>
Thu, 30 Jan 2020 08:00:24 +0000 (19:00 +1100)
committerMark Andrews <marka@isc.org>
Thu, 30 Jan 2020 08:00:24 +0000 (19:00 +1100)
.gitlab-ci.yml

index b3335a9c0f404484399e494b3c5fc2c643e90ceb..05238d2d087e5f78e7cf5c3b0f92f42aca4d3a15 100644 (file)
@@ -213,7 +213,8 @@ stages:
     untracked: true
     expire_in: "1 day"
   except:
-    variable: $DEBUG_CPPCHECK == 1
+    variable:
+      - $DEBUG_CPPCHECK == 1
 
 .windows_build: &windows_build_job
   stage: build