Skip to content

Commit 58f8717

Browse files
committed
Disabling automerging of PRs by the openshift-cherrypick-robot
1 parent 0862b4b commit 58f8717

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
cache: pip
3-
env:
4-
- PR_AUTHOR=${TRAVIS_PULL_REQUEST_SLUG::-15}
3+
# env:
4+
# - PR_AUTHOR=${TRAVIS_PULL_REQUEST_SLUG::-15}
55

66
jobs:
77
include:
@@ -34,10 +34,11 @@ jobs:
3434
- pip3 install aura.tar.gz
3535
script:
3636
- 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
37+
# Commenting out to disable auto-merging of PRs
38+
# - stage: automerge
39+
# if: env(PR_AUTHOR)=openshift-cherrypick-robot
40+
# script: bash ./automerge.sh
4041

4142
stages:
4243
- build
43-
- automerge
44+
# - automerge

0 commit comments

Comments
 (0)