Skip to content

Commit ad2d509

Browse files
committed
debug6
1 parent 25fa43f commit ad2d509

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

serverless-pipeline.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ name: "On Push masters"
66
# - java17
77

88
steps:
9-
- plugin: "@serverless-cd/cache"
10-
id: my-cache
11-
inputs:
12-
# key: ${{hashFile('./src/package.json')}}
13-
key: 'xxxxxxx'
14-
path: /tmp/my-cache
15-
region: cn-shenzhen
16-
ossConfig:
17-
bucket: wss-test-shenzhen
18-
internal: false
19-
credentials:
20-
accessKeySecret: ${{cloudSecrets.AccessKeySecret}}
21-
accessKeyID: ${{cloudSecrets.AccessKeyID}}
9+
# - plugin: "@serverless-cd/cache"
10+
# id: my-cache
11+
# inputs:
12+
# # key: ${{hashFile('./src/package.json')}}
13+
# key: 'xxxxxxx'
14+
# path: /tmp/my-cache
15+
# region: cn-shenzhen
16+
# ossConfig:
17+
# bucket: wss-test-shenzhen
18+
# internal: false
19+
# credentials:
20+
# accessKeySecret: ${{cloudSecrets.AccessKeySecret}}
21+
# accessKeyID: ${{cloudSecrets.AccessKeyID}}
2222
- run: env
23-
- run: echo {{ steps['my-cache'].outputs['cache-hit'] == 'true' }}
24-
- run: npm install --production
25-
env:
26-
PATH: /tmp/my-cache:${{env.PATH}}
27-
NODE_PATH: /tmp/my-cache:${{env.NODE_PATH}}
23+
# - run: echo {{ steps['my-cache'].outputs['cache-hit'] == 'true' }}
24+
# - run: npm install --production
25+
# env:
26+
# PATH: /tmp/my-cache
27+
# NODE_PATH: /tmp/my-cache
2828

2929
# - run: npm install @serverless-devs/s@beta -g
3030
# - run: ls -al

0 commit comments

Comments
 (0)