This repository was archived by the owner on Dec 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +71
-71
lines changed Expand file tree Collapse file tree 7 files changed +71
-71
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ kind: Task
1717metadata :
1818 name : knative-go-runtime
1919spec :
20- inputs :
21- params :
22- - name : IMAGE
23- description : Where to store resulting image
24- - name : SSH_KEY
25- description : SSH key
26- default : " placeholder "
27- - name : DIRECTORY
28- description : The subdirectory of the workspace/repo
29- default : " . "
30- resources :
20+ params :
21+ - name : IMAGE
22+ description : Where to store resulting image
23+ - name : SSH_KEY
24+ description : SSH key
25+ default : " placeholder "
26+ - name : DIRECTORY
27+ description : The subdirectory of the workspace/repo
28+ default : " . "
29+ resources :
30+ inputs :
3131 - name : sources
3232 targetPath : /workspace
3333 type : git
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ kind: Task
1717metadata :
1818 name : knative-java8-runtime
1919spec :
20- inputs :
21- params :
22- - name : IMAGE
23- description : Where to store resulting image
24- - name : DIRECTORY
25- description : The subdirectory of the workspace/repo
26- default : " . "
27- - name : HANDLER
28- default : " org.lambci.lambda.ExampleHandler "
29- resources :
20+ params :
21+ - name : IMAGE
22+ description : Where to store resulting image
23+ - name : DIRECTORY
24+ description : The subdirectory of the workspace/repo
25+ default : " . "
26+ - name : HANDLER
27+ default : " org.lambci.lambda.ExampleHandler "
28+ resources :
29+ inputs :
3030 - name : sources
3131 targetPath : /workspace
3232 type : git
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ kind: Task
1717metadata :
1818 name : knative-node10-runtime
1919spec :
20- inputs :
21- params :
22- - name : IMAGE
23- description : The URI of the image to push, including registry host
24- - name : DIRECTORY
25- description : The subdirectory of the workspace/repo
26- default : " . "
27- - name : HANDLER
28- default : " function.handler "
29- resources :
20+ params :
21+ - name : IMAGE
22+ description : The URI of the image to push, including registry host
23+ - name : DIRECTORY
24+ description : The subdirectory of the workspace/repo
25+ default : " . "
26+ - name : HANDLER
27+ default : " function.handler "
28+ resources :
29+ inputs :
3030 - name : sources
3131 targetPath : /workspace
3232 type : git
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ kind: Task
1717metadata :
1818 name : knative-node4-runtime
1919spec :
20- inputs :
21- params :
22- - name : IMAGE
23- description : The URI of the image to push, including registry host
24- - name : DIRECTORY
25- description : The subdirectory of the workspace/repo
26- default : " . "
27- - name : HANDLER
28- default : " function.handler "
29- resources :
20+ params :
21+ - name : IMAGE
22+ description : The URI of the image to push, including registry host
23+ - name : DIRECTORY
24+ description : The subdirectory of the workspace/repo
25+ default : " . "
26+ - name : HANDLER
27+ default : " function.handler "
28+ resources :
29+ inputs :
3030 - name : sources
3131 targetPath : /workspace
3232 type : git
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ kind: Task
1717metadata :
1818 name : knative-python27-runtime
1919spec :
20- inputs :
21- params :
22- - name : IMAGE
23- description : The URI of the image to push, including registry host
24- - name : DIRECTORY
25- description : The subdirectory of the workspace/repo
26- default : " . "
27- - name : HANDLER
28- default : " function.handler "
29- resources :
20+ params :
21+ - name : IMAGE
22+ description : The URI of the image to push, including registry host
23+ - name : DIRECTORY
24+ description : The subdirectory of the workspace/repo
25+ default : " . "
26+ - name : HANDLER
27+ default : " function.handler "
28+ resources :
29+ inputs :
3030 - name : sources
3131 targetPath : /workspace
3232 type : git
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ kind: Task
1717metadata :
1818 name : knative-python37-runtime
1919spec :
20- inputs :
21- params :
22- - name : IMAGE
23- description : The URI of the image to push, including registry host
24- - name : DIRECTORY
25- description : The subdirectory of the workspace/repo
26- default : " . "
27- - name : HANDLER
28- default : " function.handler "
29- resources :
20+ params :
21+ - name : IMAGE
22+ description : The URI of the image to push, including registry host
23+ - name : DIRECTORY
24+ description : The subdirectory of the workspace/repo
25+ default : " . "
26+ - name : HANDLER
27+ default : " function.handler "
28+ resources :
29+ inputs :
3030 - name : sources
3131 targetPath : /workspace
3232 type : git
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ kind: Task
1717metadata :
1818 name : knative-ruby25-runtime
1919spec :
20- inputs :
21- params :
22- - name : IMAGE
23- description : The URI of the image to push, including registry host
24- - name : DIRECTORY
25- description : The subdirectory of the workspace/repo
26- default : " . "
27- - name : HANDLER
28- default : " function.handler "
29- resources :
20+ params :
21+ - name : IMAGE
22+ description : The URI of the image to push, including registry host
23+ - name : DIRECTORY
24+ description : The subdirectory of the workspace/repo
25+ default : " . "
26+ - name : HANDLER
27+ default : " function.handler "
28+ resources :
29+ inputs :
3030 - name : sources
3131 targetPath : /workspace
3232 type : git
You can’t perform that action at this time.
0 commit comments