This is an automated email from the ASF dual-hosted git repository.
mrutkowski pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git
The following commit(s) were added to refs/heads/master by this push:
new 67c6a57 adding http methods to docker file (#210)
67c6a57 is described below
commit 67c6a576fb94845a0567c7523ee74c7407f8e4ea
Author: Priti Desai <[email protected]>
AuthorDate: Sat Mar 16 10:00:57 2019 -0700
adding http methods to docker file (#210)
---
knative-build/runtimes/javascript/buildtemplate.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/knative-build/runtimes/javascript/buildtemplate.yaml
b/knative-build/runtimes/javascript/buildtemplate.yaml
index dc7f70a..c88d982 100644
--- a/knative-build/runtimes/javascript/buildtemplate.yaml
+++ b/knative-build/runtimes/javascript/buildtemplate.yaml
@@ -47,6 +47,7 @@ spec:
ENV __OW_ACTION_CODE "${OW_ACTION_CODE}"
ENV __OW_ACTION_MAIN "${OW_ACTION_MAIN}"
ENV __OW_ACTION_BINARY "${OW_ACTION_BINARY}"
+ ENV __OW_HTTP_METHODS "${OW_HTTP_METHODS}"
EOF
- name: build-openwhisk-nodejs-runtime
image: "gcr.io/kaniko-project/executor:latest"