Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- If this PR requires a changelog entry, add it by commenting the PR with the command `/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]`. --> <!-- You can skip the changelog check by labeling the PR with "no changelog". --> # Why `requireCommit: true` setups expect worktree to be clean (e.g. encrypted files to be locked). # How Made it so if `requireCommit` is true we don't copy files over. # Test Plan I have enabled `git-crypt` in my test repository, added a secret file, ran `easd build:inspect -p android -s archive -o ~/test-production --force`. The clone did contain secret file in plaintext. Then I enabled `requireCommit: true` and repeated the command. The clone did contain the file encrypted.
- Loading branch information