Skip to content

Commit 4b570b0

Browse files
committed
debug6
1 parent caf0222 commit 4b570b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

serverless-pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ steps:
99
- plugin: "@serverless-cd/cache"
1010
id: my-cache
1111
inputs:
12-
key: ${{hashFile('./src/package.json')}}
12+
# key: ${{hashFile('./src/package.json')}}
13+
key: 'xxxxxxx'
1314
path: /tmp/my-cache
1415
region: cn-shenzhen
1516
ossConfig:

0 commit comments

Comments
 (0)