]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
fix typo
authorKonstantinos Margaritis <markos@freevec.org>
Mon, 6 Dec 2021 18:33:37 +0000 (20:33 +0200)
committerKonstantinos Margaritis <markos@freevec.org>
Mon, 6 Dec 2021 18:33:37 +0000 (20:33 +0200)
Jenkinsfile

index d0cac708815bd1c56238defead10eb070f665aa0..3dbef5b60ae5dcb502fffb31060d79634312f38f 100644 (file)
@@ -318,7 +318,8 @@ pipeline {
                             }
                         }
                     }
-                    stage("Clang-Release/AVX2") {
+                }
+                stage("Clang-Release/AVX2") {
                     agent { label "x86" }
                     stages {
                         stage("Git checkout") {