We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0600c0 commit b3fcabfCopy full SHA for b3fcabf
captain-hook.sh
@@ -35,7 +35,7 @@ debug() {
35
_getPipeline() {
36
searchDir=$1; shift
37
find "${searchDir}" \
38
- -regex ".*/[0-9]\{3\}+\{0,1\}.*" \
+ -regex ".*/[0-9][0-9][0-9]+?.*" \
39
| sort
40
}
41
0 commit comments