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 6072138 commit 1b6dbf7Copy full SHA for 1b6dbf7
.travis.yml
@@ -6,7 +6,7 @@ git:
6
depth: 10
7
jobs:
8
include:
9
- name: "Preview, validate, and build"
+ - name: "Preview, validate, and build"
10
before_install:
11
- chmod +x autopreview.sh
12
- ./autopreview.sh
@@ -32,5 +32,4 @@ jobs:
32
elif [ "$filename" == "_distro_map.yml" ]; then python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.14 --no-upstream-fetch
33
fi
34
done
35
-
36
- if [ -d "drupal-build" ]; then python3 makeBuild.py; fi
+ - if [ -d "drupal-build" ]; then python3 makeBuild.py || travis_terminate 1; fi
0 commit comments