Skip to content

Commit

Permalink
parse on deploy kills local project
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkickr authored and neel-astro committed Jun 21, 2022
1 parent 11ec8bc commit a651849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func parseDAG(pytest, version, envFile, deployImage, namespace string) error {
}

fmt.Println("testing", deployImage)
containerHandler, err := containerHandlerInit(config.WorkingPath, envFile, "Dockerfile", namespace, false)
containerHandler, err := containerHandlerInit(config.WorkingPath, envFile, "Dockerfile", namespace, true)
if err != nil {
return err
}
Expand Down

0 comments on commit a651849

Please sign in to comment.