Skip to content

Commit

Permalink
фишки robocopy (
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Nov 7, 2020
1 parent 7abeca4 commit 0519d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ stages:
allow_failure: false
script:
- chcp 65001
- robocopy %EPF_CACHE_PATH% . *.epf cache.json /S /XA:H /NP /NFL /NDL /NOCOPY /NODCOPY /UNICODE
- robocopy %EPF_CACHE_PATH% . *.epf cache.json /S /XA:H /NP /UNICODE
tags:
- vanessa-add
artifacts:
Expand Down Expand Up @@ -276,7 +276,7 @@ Allure:
allow_failure: true
script:
- chcp 65001
- robocopy . %EPF_CACHE_PATH% *.epf cache.json /MIR /XA:H /NP /NFL /NDL /UNICODE
- robocopy . %EPF_CACHE_PATH% *.epf cache.json /MIR /XA:H /NP /UNICODE
when: always
artifacts:
when: always
Expand Down

0 comments on commit 0519d84

Please sign in to comment.