Switch a `mkdir $foo` to `mkdir -p $foo` to handle the case that this script is being run locally and has previously executed. |
||
|---|---|---|
| .. | ||
| docker | ||
| init_repo.sh | ||
| run.sh | ||
| shared.sh | ||
Switch a `mkdir $foo` to `mkdir -p $foo` to handle the case that this script is being run locally and has previously executed. |
||
|---|---|---|
| .. | ||
| docker | ||
| init_repo.sh | ||
| run.sh | ||
| shared.sh | ||