@@ -52,21 +52,22 @@ jobs:
52
52
- pip3 install aura.tar.gz
53
53
script :
54
54
- 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
70
71
# Commenting out to disable auto-merging of PRs
71
72
# - stage: automerge
72
73
# if: env(PR_AUTHOR)=openshift-cherrypick-robot
82
83
stages :
83
84
- build
84
85
- netlify
85
- - check-with-vale
86
+ # - check-with-vale
86
87
# - automerge
0 commit comments