Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 4909c0e

Browse files
committed
add with_retry to oss
1 parent 8a07f12 commit 4909c0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@ will print
7777
1 packages changed.
7878
Package mgold/elm-date-format inserted to spec/elm/elm-package.json for the first time at version "1.1.2 <= v < 2.0.0"
7979
```
80+
81+
## with_retry
82+
83+
Sometimes, elm-package flakes out due to connection issues. The simplest solution to this is to wrap the `elm-package install` step with our `with_retry` script, which will rerun 10 times until it succeeds, otherwise fail the build
84+
85+
```
86+
with_retry.rb elm-package install
87+
```

0 commit comments

Comments
 (0)