You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/11/11 15:15:43 UTC

[openwhisk-client-js] branch master updated: remove travisci deploy to npmjs (#193)

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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 216c65e  remove travisci deploy to npmjs (#193)
216c65e is described below

commit 216c65e74dcc4ee18d89ed6ac0a195f22f1698f5
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Nov 11 10:15:37 2019 -0500

    remove travisci deploy to npmjs (#193)
    
    After a successful release, the Release Manager should build npm
    package locally and then publish it using the opebwhisk-bot
    credentials obtained from the PMC private repo.
---
 .travis.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ca2140b..df6202a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,11 +34,3 @@ script:
 - "./tools/travis/scancode.sh"
 - cd $TRAVIS_BUILD_DIR
 - "./tools/travis/build.sh"
-deploy:
-  provider: npm
-  email: apacheopenwhisk@gmail.com
-  api_key:
-    secure: DBM6VScujsLbzNKOsZHX6/u+S7NKFbuzU/iKt20HmobUUDrCEOhL9aY+ojAw3mFktaM6M7U6fq8uazvXtqcsIy5j3prAIelZyJep1Tl1zkLptdphoa8DkDP5ErbjwN9LMZBs74PRKZDDsKJfgMDYHMw05gYsnDXhZ49V+2JCuJ5e3jidVAeXsdcF3pkxc5+YLk4IQ/ryk6bSG2VTA0U+Opcck7Z2S6JrVwvbJsLJcknsYXMMq4fttRIAXcG+yw8F8vndN9Ge50EJLsazHzyIxCPZhBNwTU9T7vwCB3XtepP+ghbb0CVI6DvfXPwPzw1iQDSOkKk8aFt77jdGV4HEdFitpukbzhmKEF6zd0SDwLkvPwafZhNNAchhv/VganFFj/ebPFtXMxI1SgvPGTsDIj6s2D6JGTgZN2BSzKRfUf0s05Dozx+2ZeZ3n61DykUK8xFoamlVZFD7iim8s1hg541xwQ/dtr3/ [...]
-  on:
-    tags: true
-    repo: apache/openwhisk-client-js