You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/03/09 21:41:24 UTC

[incubator-openwhisk-release] branch master updated: Update the PGP keys to the encrypted ones

This is an automated email from the ASF dual-hosted git repository.

houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new afb8bd8  Update the PGP keys to the encrypted ones
afb8bd8 is described below

commit afb8bd850ca5be14b019f793b603c9e3354b9d47
Author: Vincent Hou <sh...@us.ibm.com>
AuthorDate: Fri Mar 9 14:56:31 2018 -0500

    Update the PGP keys to the encrypted ones
---
 .travis.yml           |   2 +-
 tools/key_sec.gpg.enc | Bin 3536 -> 3536 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b5baae4..a2d1ee2 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_c52b332e1d8f_key -iv $encrypted_c52b332e1d8f_iv -in tools/key_sec.gpg.enc -out tools/key_sec.gpg -d;
+      openssl aes-256-cbc -K $encrypted_e049e279fb54_key -iv $encrypted_e049e279fb54_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 62a5dc1..36b8c92 100644
Binary files a/tools/key_sec.gpg.enc and b/tools/key_sec.gpg.enc differ

-- 
To stop receiving notification emails like this one, please contact
houshengbo@apache.org.