Anukul Sangwan 4 лет назад
Родитель
Сommit
d46d04f17d
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      cli/cmd/create.go

+ 0 - 4
cli/cmd/create.go

@@ -227,10 +227,6 @@ func handleSubdomainCreate(subdomain string, err error) error {
 }
 
 func createFromGithub(createAgent *deploy.CreateAgent, overrideValues map[string]interface{}) error {
-	if localPath == "" {
-		localPath = filepath.Dir(dockerfile)
-	}
-
 	fullPath, err := filepath.Abs(localPath)
 
 	if err != nil {