We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd788dd commit 418ba1dCopy full SHA for 418ba1d
.travis.yml
@@ -7,6 +7,7 @@ branches:
7
jobs:
8
include:
9
- name: Deploy NGINX App Protect
10
+ if: not (type = "pull_request" and fork = "true")
11
env:
12
scenario: default
13
before_install:
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.3.2 (September 29, 2020)
4
+
5
+BUG FIXES:
6
+* Prevent TravisCI from trying to build (and failing) NGINX App Protect images on external PRs.
## 0.3.1 (September 22, 2020)
FEATURES:
0 commit comments