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 2017/09/06 21:21:03 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Reference github packages under incubator-openwhisk-test repo. (#455)

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-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a7485c  Reference github packages under incubator-openwhisk-test repo. (#455)
3a7485c is described below

commit 3a7485ce0d35b354129b1ddbdb4d1b81eb834c2f
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Wed Sep 6 16:21:00 2017 -0500

    Reference github packages under incubator-openwhisk-test repo. (#455)
---
 tests/src/integration/dependency/manifest.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/src/integration/dependency/manifest.yaml b/tests/src/integration/dependency/manifest.yaml
index 8c05414..b0b241b 100644
--- a/tests/src/integration/dependency/manifest.yaml
+++ b/tests/src/integration/dependency/manifest.yaml
@@ -1,15 +1,15 @@
 package:
   name: TestGitHubDependency
   dependencies:
-    openwhisk-app:
-      location: github.com/pritidesai/openwhisk-app
+    helloworlds:
+      location: github.com/apache/incubator-openwhisk-test/packages/helloworlds
   triggers:
     trigger1:
     trigger2:
   rules:
     rule1:
       trigger: trigger1
-      action: openwhisk-app/hello
+      action: helloworlds/hello-js
     rule2:
       trigger: trigger2
-      action: openwhisk-app/helloworld
+      action: helloworlds/helloworld-js

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].