Skip to content

Commit a23c505

Browse files
committed
Added allow failure to Vale and Netlify stages
1 parent 865adbe commit a23c505

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ cache: pip
55
git:
66
depth: 1
77
jobs:
8+
allow_failures:
9+
env:
10+
- CAN_FAIL=true
811
include:
912
- stage: build
1013
name: "Build openshift-enterprise distro"
@@ -50,6 +53,8 @@ jobs:
5053
script:
5154
- python3 build.py --distro microshift --product "MicroShift" --version 4 --no-upstream-fetch && python3 makeBuild.py
5255
- stage: check-with-vale
56+
env:
57+
- CAN_FAIL=true
5358
if: type IN (pull_request)
5459
name: "Run Vale against PR asciidoc files"
5560
before_script:
@@ -66,6 +71,8 @@ jobs:
6671
# if: env(PR_AUTHOR)=openshift-cherrypick-robot
6772
# script: bash ./automerge.sh
6873
- stage: netlify
74+
env:
75+
- CAN_FAIL=true
6976
language: minimal
7077
if: branch IN (main, enterprise-4.11, enterprise-4.12)
7178
script:

0 commit comments

Comments
 (0)