Skip to content

Commit

Permalink
код возврата от робокопи игнорим
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Nov 8, 2020
1 parent 0224bfe commit 3b5c87b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ stages:
stage: Подготовка
variables:
GIT_STRATEGY: fetch
allow_failure: false
allow_failure: true
script:
- chcp 65001
- robocopy %EPF_CACHE_PATH% . *.epf cache.json /S /XA:H /NP /UNICODE
- cmd /c "robocopy %EPF_CACHE_PATH% . *.epf cache.json /S /XA:H /NP /UNICODE & dir *.yml & echo success!"
tags:
- vanessa-add
artifacts:
Expand Down Expand Up @@ -123,12 +123,8 @@ stages:
allow_failure: true
script:
- chcp 65001
- robocopy . %EPF_CACHE_PATH% *.epf cache.json /MIR /XA:H /NP /UNICODE
- cmd /c "robocopy . %EPF_CACHE_PATH% *.epf cache.json /MIR /XA:H /NP /UNICODE" & dir *.yml & echo success"
when: always
artifacts:
when: always
paths:
- build/allure-result
tags:
- vanessa-add
only:
Expand All @@ -149,6 +145,7 @@ stages:
stage: Сборка пакета
variables:
GIT_STRATEGY: none
allow_failure: true
script:
- chcp 65001
- opm build .
Expand Down

0 comments on commit 3b5c87b

Please sign in to comment.