Skip to content

Commit a7add7d

Browse files
committed
turn off Vale
1 parent a8cfcd6 commit a7add7d

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

.travis.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,22 @@ jobs:
5252
- pip3 install aura.tar.gz
5353
script:
5454
- python3 build.py --distro microshift --product "MicroShift" --version 4 --no-upstream-fetch && python3 makeBuild.py
55-
- stage: check-with-vale
56-
env:
57-
- CAN_FAIL=true
58-
if: type IN (pull_request) AND sender != "openshift-cherrypick-robot"
59-
name: "Run Vale against PR asciidoc files"
60-
language: minimal
61-
before_script:
62-
- gem install asciidoctor
63-
script:
64-
- 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
65-
- mkdir bin && tar -xvzf vale_2.20.1_Linux_64-bit.tar.gz -C bin
66-
- export PATH=./bin:"$PATH"
67-
- travis_retry vale sync # pull down VRH rules package
68-
- chmod +x ./scripts/check-with-vale.sh
69-
- ./scripts/check-with-vale.sh
55+
# Remove Vale stage until PR commenting feature is ready
56+
# - stage: check-with-vale
57+
# env:
58+
# - CAN_FAIL=true
59+
# if: type IN (pull_request) AND sender != "openshift-cherrypick-robot"
60+
# name: "Run Vale against PR asciidoc files"
61+
# language: minimal
62+
# before_script:
63+
# - gem install asciidoctor
64+
# script:
65+
# - travis_retry wget https://github.com/errata-ai/vale/releases/download/v2.15.4/vale_2.15.4_Linux_64-bit.tar.gz --retry-connrefused
66+
# - mkdir bin && tar -xvzf vale_2.15.4_Linux_64-bit.tar.gz -C bin
67+
# - export PATH=./bin:"$PATH"
68+
# - travis_retry vale sync # pull down VRH rules package
69+
# - chmod +x ./scripts/check-with-vale.sh
70+
# - ./scripts/check-with-vale.sh
7071
# Commenting out to disable auto-merging of PRs
7172
# - stage: automerge
7273
# if: env(PR_AUTHOR)=openshift-cherrypick-robot
@@ -82,5 +83,5 @@ jobs:
8283
stages:
8384
- build
8485
- netlify
85-
- check-with-vale
86+
#- check-with-vale
8687
#- automerge

0 commit comments

Comments
 (0)