Skip to content

Commit

Permalink
fix(robocopy): halt on error
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Aug 9, 2024
1 parent cbb5375 commit f67d65d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/playbook/Configuration/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ actions:
weight: 10
wait: true
exeDir: true
handleExitCodes: {'>1': halt}
- !cmd:
command: 'robocopy "AtlasDesktop" "%windir%\AtlasDesktop" /E /PURGE /IM /IT /NP > nul'
weight: 10
wait: true
exeDir: true
handleExitCodes: {'>1': halt}
- !cmd:
command: 'copy /y "Themes" "%windir%\Resources\Themes" > nul'
weight: 10
Expand Down

0 comments on commit f67d65d

Please sign in to comment.