Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildkit-agents: don't use
mkdir -p -m
As `cfg.dataDir` will be the `home` of the Buildkite Agent user, it is guaranted to exist so we don't need to use the `-p` flag.
- Loading branch information