Skip to content

Commit 5868f80

Browse files
committed
debug9
1 parent 2f1e405 commit 5868f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serverless-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ steps:
99
- plugin: "@serverless-cd/cache"
1010
id: my-cache
1111
inputs:
12-
# key: ${{hashFile('./src/package.json')}}
13-
key: 'xxxxxxx'
12+
key: ${{hashFile('./src/package.json')}}
13+
# key: 'xxxxxxx'
1414
path: /root/.npm
1515
region: cn-shenzhen
1616
ossConfig:

0 commit comments

Comments
 (0)