Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Bundle CI step is failing due to an `artifacts` directory sometimes already existing. This adds the `-p` flag to `mkdir` to ensure that, if the directory already exists, the script won't fail.
- Loading branch information