File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
event-function/fc-event-java8
http-function/fc-http-java8 Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11Type : Application
22Name : start-fc-event-java8
3- Version : 1.1.9
3+ Version : 1.1.10
44Provider :
55 - 阿里云
66Description : 快速部署一个 Java 8 的 Event 类型的 Hello World 函数到阿里云函数计算。
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
2525 component : fc
2626 actions : # 自定义执行逻辑
2727 pre-deploy : # 在deploy之前运行
28- - run : s build --use-docker # 要运行的命令行
28+ - run : s build # 要运行的命令行
2929 path : ./ # 命令行运行的路径
3030# post-deploy: # 在deploy之后运行
3131# - run: s versions # 要运行的命令行
Original file line number Diff line number Diff line change 11Type : Application
22Name : start-fc-http-java8
3- Version : 1.1.9
3+ Version : 1.1.10
44Provider :
55 - 阿里云
66Description : 快速部署一个 Java 8 的 HTTP 类型的 Hello World 函数到阿里云函数计算。
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
2525 component : fc
2626 actions : # 自定义执行逻辑
2727 pre-deploy : # 在deploy之前运行
28- - run : s build --use-docker # 要运行的命令行
28+ - run : s build # 要运行的命令行
2929 path : ./ # 命令行运行的路径
3030# post-deploy: # 在deploy之后运行
3131# - run: s versions # 要运行的命令行
Original file line number Diff line number Diff line change 1- async-task/python3
1+ event-function/fc-event-java8
2+ http-function/fc-http-java8
You can’t perform that action at this time.
0 commit comments