Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 7ec0fbc

Browse files
author
edunham
committed
Refuse to decrypt more gracefully on PR
1 parent 5bc6ac1 commit 7ec0fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sudo: false
88
# Cloudfront invalidation: If not PR, decrypt credentials, then run
99
# https://github.com/laurilehmijoki/cf-s3-invalidator if build succeeded
1010
before_install:
11-
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_9a099440e1ee_key -iv $encrypted_9a099440e1ee_iv -in _cf_s3_invalidator.yml.enc -out _cf_s3_invalidator.yml -d'
11+
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then openssl aes-256-cbc -K $encrypted_9a099440e1ee_key -iv $encrypted_9a099440e1ee_iv -in _cf_s3_invalidator.yml.enc -out _cf_s3_invalidator.yml -d; fi'
1212
install:
1313
- gem install cf-s3-invalidator
1414
- gem install jekyll

0 commit comments

Comments
 (0)