]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
.cirrus.yml: Use YAML multi-line string that preserves newlines.
authorFlorian Forster <octo@collectd.org>
Tue, 23 Jan 2024 10:23:06 +0000 (11:23 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 23 Jan 2024 10:23:06 +0000 (11:23 +0100)
.cirrus.yml

index 5daf8354160c2d2723378112c03144806a92a7a4..c52a496d8784ec2875e569c0678af0954f047a41 100644 (file)
@@ -147,7 +147,7 @@ non_standard_toolchains_task:
       build_script:
         - make -j$(nproc) -sk
       tests_script:
-        - >
+        - |
           err=0
           for plugin in cpu disk interface load memory swap users; do
             if ! $(ldd ".libs/${plugin}.so" 2>/dev/null | grep -q 'libstatgrab.so'); then