Skip to content

Commit

Permalink
fix(smart_mode): add static files directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kbudde committed Dec 27, 2023
1 parent d802cd6 commit 8db47ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/myks/smart_mode.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func (g *Globe) runSmartMode(changedFiles ChangedFiles) EnvAppMap {
plugins := []string{
g.ArgoCDDataDirName,
g.HelmStepDirName,
g.StaticFilesDirName,
g.VendirStepDirName,
g.YttPkgStepDirName,
g.YttStepDirName,
Expand Down

0 comments on commit 8db47ab

Please sign in to comment.