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 0862b4b commit 58f8717Copy full SHA for 58f8717
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
cache: pip
3
-env:
4
- - PR_AUTHOR=${TRAVIS_PULL_REQUEST_SLUG::-15}
+# env:
+# - PR_AUTHOR=${TRAVIS_PULL_REQUEST_SLUG::-15}
5
6
jobs:
7
include:
@@ -34,10 +34,11 @@ jobs:
34
- pip3 install aura.tar.gz
35
script:
36
- python3 build.py --distro openshift-rosa --product "Red Hat OpenShift Service on AWS" --version 4 --no-upstream-fetch && python3 makeBuild.py
37
- - stage: automerge
38
- if: env(PR_AUTHOR)=openshift-cherrypick-robot
39
- script: bash ./automerge.sh
+ # Commenting out to disable auto-merging of PRs
+ # - stage: automerge
+ # if: env(PR_AUTHOR)=openshift-cherrypick-robot
40
+ # script: bash ./automerge.sh
41
42
stages:
43
- build
- - automerge
44
+ # - automerge
0 commit comments