Add a conditional check to Travis for NGINX Plus builds (#334)

This commit is contained in:
Alessandro Fael Garcia 2020-09-30 14:26:13 +02:00 committed by GitHub
parent 0c211a3920
commit 9c54070380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -25,12 +25,15 @@ jobs:
env:
scenario: module_centos
- name: (Debian/Ubuntu) Install NGINX Plus
if: not (type = "pull_request" and fork = "true")
env:
scenario: plus
- name: (Alpine Linux) Install NGINX Plus
if: not (type = "pull_request" and fork = "true")
env:
scenario: plus_alpine
- name: (CentOS) Install NGINX Plus
if: not (type = "pull_request" and fork = "true")
env:
scenario: plus_centos
- name: (Debian/Ubuntu) Install stable branch and push a config

View File

@ -1,5 +1,11 @@
# Changelog
## 0.17.3 (Unreleased)
BUG FIXES:
* Prevent TravisCI from trying to build (and failing) NGINX Plus images on external PRs.
## 0.17.2 (September 24, 2020)
BUG FIXES: