mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 11:36:29 +00:00
96828b16c1
* Support glob with doublestar for path conditions * Update docs and pipeline
8 lines
131 B
Go
8 lines
131 B
Go
package doublestar
|
|
|
|
import (
|
|
"path"
|
|
)
|
|
|
|
// ErrBadPattern indicates a pattern was malformed.
|
|
var ErrBadPattern = path.ErrBadPattern
|