File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,15 @@ jobs:
25
25
env :
26
26
scenario : module_centos
27
27
- name : (Debian/Ubuntu) Install NGINX Plus
28
+ if : not (type = "pull_request" and fork = "true")
28
29
env :
29
30
scenario : plus
30
31
- name : (Alpine Linux) Install NGINX Plus
32
+ if : not (type = "pull_request" and fork = "true")
31
33
env :
32
34
scenario : plus_alpine
33
35
- name : (CentOS) Install NGINX Plus
36
+ if : not (type = "pull_request" and fork = "true")
34
37
env :
35
38
scenario : plus_centos
36
39
- name : (Debian/Ubuntu) Install stable branch and push a config
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 0.17.2 (September 24, 2020)
4
10
5
11
BUG FIXES:
You can’t perform that action at this time.
0 commit comments