Skip to content

Commit ec5ba93

Browse files
authored
Merge pull request #11 from devsapp/fix-async-task-typo
fix async task typo
2 parents d8f8c0c + 2d647c2 commit ec5ba93

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

async-task/python3/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-async-task-python3
3-
Version: 0.0.1
3+
Version: 0.0.2
44
Provider:
55
- 阿里云
66
Description: 快速部署一个 Python 3.6 的 async task 函数到阿里云函数计算。

async-task/python3/src/s.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ access: "{{ access }}"
1616

1717
vars: # 全局变量
1818
region: cn-hangzhou
19-
uid: 1431999136518149
2019
service:
2120
name: async-task-service
2221
description: 'async task by serverless devs'

update.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom-container-function/fc-custom-container-event-nodejs14
1+
async-task/python3

0 commit comments

Comments
 (0)