File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ jobs:
44
44
before_script :
45
45
- gem install asciidoctor
46
46
script :
47
- - wget https://github.com/errata-ai/vale/releases/download/v2.20.1/vale_2.20.1_Linux_64-bit.tar.gz
47
+ - travis_retry wget https://github.com/errata-ai/vale/releases/download/v2.20.1/vale_2.20.1_Linux_64-bit.tar.gz --retry-connrefused
48
48
- mkdir bin && tar -xvzf vale_2.20.1_Linux_64-bit.tar.gz -C bin
49
49
- export PATH=./bin:"$PATH"
50
- - vale sync # pull down VRH rules package
50
+ - travis_retry vale sync # pull down VRH rules package
51
51
- chmod +x ./scripts/check-with-vale.sh
52
- - ./scripts/check-with-vale.sh $TRAVIS_PULL_REQUEST $TRAVIS_PULL_REQUEST_SHA
52
+ - travis_retry ./scripts/check-with-vale.sh $TRAVIS_PULL_REQUEST $TRAVIS_PULL_REQUEST_SHA
53
53
# Commenting out to disable auto-merging of PRs
54
54
# - stage: automerge
55
55
# if: env(PR_AUTHOR)=openshift-cherrypick-robot
You can’t perform that action at this time.
0 commit comments