Skip to content

Commit 12de97b

Browse files
committed
filewatch: use apiserver FileWatch model in EngineState (docker#4277)
This follows the "action-first" approach to use the apiserver model for `FileWatch` and dispatch simple create/update/delete actions.
1 parent 62b5f78 commit 12de97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/watch/ephemeral.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
// there or aren't in the right places.
1515
//
1616
// https://app.clubhouse.io/windmill/story/691/filter-out-ephemeral-file-changes
17-
var ephemeralPathMatcher = initEphemeralPathMatcher()
17+
var EphemeralPathMatcher = initEphemeralPathMatcher()
1818

1919
func initEphemeralPathMatcher() model.PathMatcher {
2020
golandPatterns := []string{"**/*___jb_old___", "**/*___jb_tmp___", "**/.idea/**"}

0 commit comments

Comments
 (0)