File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : " On Push masters"
2- # hj
2+
33# runtimes:
44 # - nodejs17
55 # - python3.10
@@ -11,19 +11,19 @@ steps:
1111 inputs :
1212 # key: ${{hashFile('./src/package.json')}}
1313 key : ' xxxxxxx'
14- path : ./src/node_modules
14+ path : /root/.npm
1515 region : cn-shenzhen
1616 ossConfig :
1717 bucket : wss-test-shenzhen
1818 internal : false
1919 credentials :
20+ accessKeyID : ${{cloudSecrets.AccessKeyID}}
2021 accessKeySecret : ${{cloudSecrets.AccessKeySecret}}
21- accessKeyID : ${{cloudSecrets.AccessKeyIdanD}}
2222 - run : echo ${{ steps['my-cache'].outputs['cache-hit'] != 'true' }}
2323 - run : ls -al
24- working-directory : ./src
24+ working-directory : /root/.npm
2525 - run : npm install --production
26- if : ${{ steps['my-cache'].outputs['cache-hit'] != 'true' }}
26+ # if: ${{ steps['my-cache'].outputs['cache-hit'] != 'true' }}
2727 working-directory : ./src
2828
2929 # - run: npm install @serverless-devs/s@beta -g
You can’t perform that action at this time.
0 commit comments