issues
search
microsoft
/
fabrikate
Making GitOps with Kubernetes easier one component at a time
MIT License
38
stars
5
forks
source link
Use Go functions instead of shell `mkdir` and `rm`
#203
Closed
evanlouie
closed
5 years ago
evanlouie
commented
5 years ago
Now using Go's
MkdirAll
and
RemoveAll
instead of exec'ing shell commands.
Install()
tests now do a cleanup step to remove the
components
and
helm_repos
folders they create.
MkdirAll
andRemoveAll
instead of exec'ing shell commands.Install()
tests now do a cleanup step to remove thecomponents
andhelm_repos
folders they create.