Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a check to the SyncDirectory component for the target directory. The SyncDirectory component `verify()` stage fails when the target directory does not exist yet, because it uses rsync to determine if there is a diff between left and right. In cases where the target directory is part of the deployment and has thusly not been created yet, this leads to unexpected errors.
- Loading branch information