Update Jenkinsfile

This commit is contained in:
zontreck 2024-10-06 21:30:34 +00:00
parent f8bdfeb03d
commit c9c65c2d4b

2
Jenkinsfile vendored
View file

@ -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