We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865adbe commit a23c505Copy full SHA for a23c505
.travis.yml
@@ -5,6 +5,9 @@ cache: pip
5
git:
6
depth: 1
7
jobs:
8
+ allow_failures:
9
+ env:
10
+ - CAN_FAIL=true
11
include:
12
- stage: build
13
name: "Build openshift-enterprise distro"
@@ -50,6 +53,8 @@ jobs:
50
53
script:
51
54
- python3 build.py --distro microshift --product "MicroShift" --version 4 --no-upstream-fetch && python3 makeBuild.py
52
55
- stage: check-with-vale
56
57
58
if: type IN (pull_request)
59
name: "Run Vale against PR asciidoc files"
60
before_script:
@@ -66,6 +71,8 @@ jobs:
66
71
# if: env(PR_AUTHOR)=openshift-cherrypick-robot
67
72
# script: bash ./automerge.sh
68
73
- stage: netlify
74
75
69
76
language: minimal
70
77
if: branch IN (main, enterprise-4.11, enterprise-4.12)
78
0 commit comments