mrutkows closed pull request #7: updating manifest files to replace package 
with packages
URL: https://github.com/apache/incubator-openwhisk-test/pull/7
 
 
   

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/packages/hellowhisk/manifest.yaml 
b/packages/hellowhisk/manifest.yaml
index 2ca660e..7e5257d 100644
--- a/packages/hellowhisk/manifest.yaml
+++ b/packages/hellowhisk/manifest.yaml
@@ -1,9 +1,9 @@
 # Test manifest for incubator-openwhisk-wskdeploy utility
 # See 
https://github.com/apache/incubator-openwhisk-wskdeploy/tree/master/tests/src/integration/dependency
-package:
-  name: hellowhisk
-  actions:
-    greeting:
-      function: src/greeting.js
-    httpGet:
-      function: src/httpGet.swift
+packages:
+    hellowhisk:
+        actions:
+            greeting:
+                function: src/greeting.js
+            httpGet:
+                function: src/httpGet.swift
diff --git a/packages/helloworlds/manifest.yaml 
b/packages/helloworlds/manifest.yaml
index 098c6af..3460532 100644
--- a/packages/helloworlds/manifest.yaml
+++ b/packages/helloworlds/manifest.yaml
@@ -1,7 +1,7 @@
-package:
-  name: helloworlds
-  actions:
-    hello-js:
-      function: src/hello.js
-    helloworld-js:
-      function: src/helloworld.js
+packages:
+    helloworlds:
+        actions:
+            hello-js:
+                function: src/hello.js
+            helloworld-js:
+                function: src/helloworld.js


 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to