Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Watch nested acorn.cue files
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Jun 29, 2022
1 parent 8b7b52b commit 94f52b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/appdefinition/appdefinition.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ func addAcorns(fileSet map[string]bool, builds map[string]v1.AcornBuilderSpec, c
return
}

fileSet[filepath.Join(cwd, build.Build.Acornfile)] = true

appDef, err := NewAppDefinition(data)
if err != nil {
return
Expand Down

0 comments on commit 94f52b5

Please sign in to comment.