Commit 486edbac authored by Kelvin's avatar Kelvin
Browse files

Centos no longer builds

parent 94544813
Loading
Loading
Loading
Loading
+11 −8
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@ for (lbl in labels) {
                     ${condaPath}/bin/conda run -n isis campt -HELP
                  """

                  // skip build for centos
                  if ("${label}" != "centos") {
                    checkout scm

                    sh """
@@ -51,6 +53,7 @@ for (lbl in labels) {
            }
        }
    }
}

// Run the builds in parallel
node {