This is an automated email from the ASF dual-hosted git repository. style95 pushed a commit to branch 1.0.0 in repository https://gitbox.apache.org/repos/asf/openwhisk.git
commit bac702b4a0a60d36df8de91f034ffaace4e641ea Author: Dominic Kim <[email protected]> AuthorDate: Wed Oct 14 16:07:18 2020 +0900 Temporal PR to release 1.0.0 --- ansible/files/runtimes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/files/runtimes.json b/ansible/files/runtimes.json index 86fbdb1..dbab7fb 100644 --- a/ansible/files/runtimes.json +++ b/ansible/files/runtimes.json @@ -20,7 +20,7 @@ "image": { "prefix": "openwhisk", "name": "action-nodejs-v10", - "tag": "nightly" + "tag": "nightly" // TODO: This would be changed to a fixed tag }, "deprecated": false, "attached": {
