mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Disabling automerging of PRs by the openshift-cherrypick-robot
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
023927d94e
commit
b60927da0d
13
.travis.yml
13
.travis.yml
@@ -1,7 +1,7 @@
|
||||
language: python
|
||||
cache: pip
|
||||
env:
|
||||
- PR_AUTHOR=${TRAVIS_PULL_REQUEST_SLUG::-15}
|
||||
# env:
|
||||
# - PR_AUTHOR=${TRAVIS_PULL_REQUEST_SLUG::-15}
|
||||
|
||||
jobs:
|
||||
include:
|
||||
@@ -34,10 +34,11 @@ jobs:
|
||||
- pip3 install aura.tar.gz
|
||||
script:
|
||||
- python3 build.py --distro openshift-rosa --product "Red Hat OpenShift Service on AWS" --version 4 --no-upstream-fetch && python3 makeBuild.py
|
||||
- stage: automerge
|
||||
if: env(PR_AUTHOR)=openshift-cherrypick-robot
|
||||
script: bash ./automerge.sh
|
||||
# Commenting out to disable auto-merging of PRs
|
||||
# - stage: automerge
|
||||
# if: env(PR_AUTHOR)=openshift-cherrypick-robot
|
||||
# script: bash ./automerge.sh
|
||||
|
||||
stages:
|
||||
- build
|
||||
- automerge
|
||||
# - automerge
|
||||
|
||||
Reference in New Issue
Block a user