We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8537199 + 8fda195 commit 688992aCopy full SHA for 688992a
1 file changed
internal/apply/apply.go
@@ -67,6 +67,7 @@ func applyAll(dir string, projectConfig projectconfig.ZeroProjectConfig, applyEn
67
// Add env vars for the makefile
68
envList := []string{
69
environmentArg,
70
+ fmt.Sprintf("PROJECT_NAME=%s", projectConfig.Name),
71
fmt.Sprintf("PROJECT_DIR=%s", path.Join(dir, mod.Files.Directory)),
72
fmt.Sprintf("REPOSITORY=%s", mod.Files.Repository),
73
}
0 commit comments