File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,25 @@ name: "On Push masters"
66 # - java17
77
88steps :
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
You can’t perform that action at this time.
0 commit comments