[7.0] 0e73c0f85 Fix up yaml syntax

Martin Blix Grydeland martin at varnish-software.com
Wed Sep 15 12:07:04 UTC 2021


commit 0e73c0f85338b589bbeb4db1d8395ce6681f3d0c
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Sep 15 14:06:16 2021 +0200

    Fix up yaml syntax

diff --git a/.circleci/config.yml b/.circleci/config.yml
index d9ba4fa58..f6d0cbc91 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -57,15 +57,15 @@ jobs:
                       name: Verify downloaded tarball
                       command: |
                         echo "<< pipeline.parameters.dist-url-sha256 >> varnish-dist.tar.gz" | sha256sum -c
-            -run:
-              name: Rename the dist tarball by parsed version
-              command: |
-                mkdir parse-version-tmp
-                cd parse-version-tmp
-                tar xzf ../varnish-dist.tar.gz
-                VERSION=$(varnish-*/configure --version | awk 'NR == 1 {print $NF}')
-                cd ..
-                mv -v varnish-dist.tar.gz varnish-${VERSION}.tar.gz
+            - run:
+                name: Rename the dist tarball by parsed version
+                command: |
+                  mkdir parse-version-tmp
+                  cd parse-version-tmp
+                  tar xzf ../varnish-dist.tar.gz
+                  VERSION=$(varnish-*/configure --version | awk 'NR == 1 {print $NF}')
+                  cd ..
+                  mv -v varnish-dist.tar.gz varnish-${VERSION}.tar.gz
       - unless:
           condition: << pipeline.parameters.dist-url >>
           steps:


More information about the varnish-commit mailing list