You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2018/08/29 23:57:35 UTC

[incubator-openwhisk-release] branch master updated: Add Swift Runtime for 1.12.0 (#235)

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

pdesai 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 eae1206  Add Swift Runtime for 1.12.0 (#235)
eae1206 is described below

commit eae120698d405e004171480faefbf06b938ac0b7
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Wed Aug 29 19:57:33 2018 -0400

    Add Swift Runtime for 1.12.0 (#235)
---
 tools/config.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/tools/config.json b/tools/config.json
index 7e880de..042be8f 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -12,7 +12,8 @@
     "openwhisk-runtime-java",
     "openwhisk-runtime-docker",
     "openwhisk-runtime-php",
-    "openwhisk-runtime-python"
+    "openwhisk-runtime-python",
+    "openwhisk-runtime-swift"
   ],
   "openwhisk_runtime_nodejs": {
     "hash": "fcd42de",
@@ -38,5 +39,10 @@
     "hash": "ae1f013",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-python.git",
     "branch": "master"
+  },
+  "openwhisk_runtime_swift": {
+    "hash": "2b9bad5",
+    "repository": "https://github.com/apache/incubator-openwhisk-runtime-swift.git",
+    "branch": "master"
   }
 }