Skip to content

Commit f5a80a0

Browse files
authored
add retry logic (#8600)
1 parent f410099 commit f5a80a0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,15 @@ jobs:
532532
environment:
533533
VERDACCIO_STORAGE_PATH: /tmp/verdaccio-workspace/storage
534534

535+
- run:
536+
name: build docs off verdaccio retry
537+
command: |
538+
./scripts/verdaccio-ci.sh
539+
./scripts/verdaccio-build.sh
540+
environment:
541+
VERDACCIO_STORAGE_PATH: /tmp/verdaccio-workspace/storage
542+
when: on_fail
543+
535544
- persist_to_workspace:
536545
root: verdaccio_dist
537546
paths:

0 commit comments

Comments
 (0)