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

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


    from 57c1227  Remove the redundant packages from the release artifacts 
(#934)
     new 137956c  replacing cat with a simple helloworld example
     new 8c18e4e  adding action file
     new 753cd11  fixing zip action

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/integration/zipaction/actions/cat/index.js |  8 ---
 .../zipaction/actions/cat/node_modules/.bin/cat    |  1 -
 .../actions/cat/node_modules/cat/README.md         | 43 -------------
 .../zipaction/actions/cat/node_modules/cat/bin.js  | 16 -----
 .../actions/cat/node_modules/cat/example.js        |  8 ---
 .../actions/cat/node_modules/cat/index.js          | 57 -----------------
 .../actions/cat/node_modules/cat/package.json      | 74 ----------------------
 .../integration/zipaction/actions/cat/package.json |  7 --
 .../actions/greeting/index.js}                     |  1 +
 .../zipaction/actions/greeting/package.json        |  6 ++
 tests/src/integration/zipaction/deployment.yml     | 16 ++---
 tests/src/integration/zipaction/manifest.yml       | 26 ++++----
 12 files changed, 28 insertions(+), 235 deletions(-)
 delete mode 100644 tests/src/integration/zipaction/actions/cat/index.js
 delete mode 120000 
tests/src/integration/zipaction/actions/cat/node_modules/.bin/cat
 delete mode 100644 
tests/src/integration/zipaction/actions/cat/node_modules/cat/README.md
 delete mode 100755 
tests/src/integration/zipaction/actions/cat/node_modules/cat/bin.js
 delete mode 100644 
tests/src/integration/zipaction/actions/cat/node_modules/cat/example.js
 delete mode 100644 
tests/src/integration/zipaction/actions/cat/node_modules/cat/index.js
 delete mode 100644 
tests/src/integration/zipaction/actions/cat/node_modules/cat/package.json
 delete mode 100644 tests/src/integration/zipaction/actions/cat/package.json
 copy tests/src/integration/{apigateway/src/greeting.js => 
zipaction/actions/greeting/index.js} (95%)
 create mode 100644 
tests/src/integration/zipaction/actions/greeting/package.json

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

Reply via email to