Skip to content

Commit 9c54070

Browse files
authored
Add a conditional check to Travis for NGINX Plus builds (#334)
1 parent 0c211a3 commit 9c54070

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,15 @@ jobs:
2525
env:
2626
scenario: module_centos
2727
- name: (Debian/Ubuntu) Install NGINX Plus
28+
if: not (type = "pull_request" and fork = "true")
2829
env:
2930
scenario: plus
3031
- name: (Alpine Linux) Install NGINX Plus
32+
if: not (type = "pull_request" and fork = "true")
3133
env:
3234
scenario: plus_alpine
3335
- name: (CentOS) Install NGINX Plus
36+
if: not (type = "pull_request" and fork = "true")
3437
env:
3538
scenario: plus_centos
3639
- name: (Debian/Ubuntu) Install stable branch and push a config

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.17.3 (Unreleased)
4+
5+
BUG FIXES:
6+
7+
* Prevent TravisCI from trying to build (and failing) NGINX Plus images on external PRs.
8+
39
## 0.17.2 (September 24, 2020)
410

511
BUG FIXES:

0 commit comments

Comments
 (0)