From c9c65c2d4b8ed916bb3dafc410f02b45ac20da30 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 6 Oct 2024 21:30:34 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b0dd9ab..c7a5572 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,8 +54,6 @@ pipeline { #!/bin/bash cd patches - # Enable nullglob so the pattern returns an empty list if no matches are found - shopt -s nullglob patch_files=(*.patch) # Only proceed if there are patch files