Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

fix: Addressed robocopy deployment errors on Windows.#236

Open
joseifert wants to merge 1 commit intomasterfrom
fix-windows-robocopy
Open

fix: Addressed robocopy deployment errors on Windows.#236
joseifert wants to merge 1 commit intomasterfrom
fix-windows-robocopy

Conversation

@joseifert
Copy link
Copy Markdown
Contributor

Caused by "extra" deployment files (skill JS and readme) in destination directory, which cause a non-critical robocopy error code 2.

resolves issue #151

Description

Added ignore for robocopy error code 2, which complains about extra files in the destination directory. This currently causes the deployment promise chain to reject/abort, even though it isn't a critical error as the /MIR flag for the robocopy command purges those extra files.

Testing

Tested on Windows on Litexa packages 0.8.0 - was able to consistently reproduce the deployment failure pre-change, and can no longer reproduce post-change.

@joseifert joseifert added the bug Something isn't working label Mar 9, 2022
Caused by "extra" deployment files (skill JS and readme) in destination directory, which cause a non-critical robocopy error code 2.

resolves issue #151
@joseifert joseifert force-pushed the fix-windows-robocopy branch from c7204d2 to 6c46afe Compare March 11, 2022 18:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant