You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/09 19:33:20 UTC

[GitHub] mrutkows closed pull request #56: Update the private pgp key

mrutkows closed pull request #56: Update the private pgp key
URL: https://github.com/apache/incubator-openwhisk-release/pull/56
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index a2d1ee2..b5baae4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ jobs:
 
 before_install:
   - if [ "$TRAVIS_PULL_REQUEST" == "false" ] ; then
-      openssl aes-256-cbc -K $encrypted_e049e279fb54_key -iv $encrypted_e049e279fb54_iv -in tools/key_sec.gpg.enc -out tools/key_sec.gpg -d;
+      openssl aes-256-cbc -K $encrypted_c52b332e1d8f_key -iv $encrypted_c52b332e1d8f_iv -in tools/key_sec.gpg.enc -out tools/key_sec.gpg -d;
     fi
 
 after_failure:
diff --git a/tools/key_sec.gpg.enc b/tools/key_sec.gpg.enc
index 3ff2d0f..f1baf76 100644
Binary files a/tools/key_sec.gpg.enc and b/tools/key_sec.gpg.enc differ


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services