Skip to content

Commit 5598f93

Browse files
authored
Merge pull request #12 from devsapp/fix-java
java runtime use s build default
2 parents ec5ba93 + 80c066d commit 5598f93

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

event-function/fc-event-java8/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type: Application
22
Name: start-fc-event-java8
3-
Version: 1.1.9
3+
Version: 1.1.10
44
Provider:
55
- 阿里云
66
Description: 快速部署一个 Java 8 的 Event 类型的 Hello World 函数到阿里云函数计算。

event-function/fc-event-java8/src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 # 要运行的命令行

http-function/fc-http-java8/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type: Application
22
Name: start-fc-http-java8
3-
Version: 1.1.9
3+
Version: 1.1.10
44
Provider:
55
- 阿里云
66
Description: 快速部署一个 Java 8 的 HTTP 类型的 Hello World 函数到阿里云函数计算。

http-function/fc-http-java8/src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 # 要运行的命令行

update.list

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
async-task/python3
1+
event-function/fc-event-java8
2+
http-function/fc-http-java8

0 commit comments

Comments
 (0)