zenml-io / mlstacks

A series of Terraform based recipes to provision popular MLOps stacks on the cloud.
https://mlstacks.zenml.io/
Apache License 2.0
245 stars 32 forks source link

Make shell scripts executable #116

Closed strickvl closed 7 months ago

strickvl commented 7 months ago

A user in slack reported that some of the shell scripts used internally were not executable. This was causing problems, so this PR fixes that for all the shell scripts by making them all executable. (chmod +x ... for all of them).

Pre-requisites

Please ensure you have done the following:

Types of changes