Skip to content

Commit 2f1e405

Browse files
committed
debug8
1 parent 41b5829 commit 2f1e405

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

serverless-pipeline.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "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

0 commit comments

Comments
 (0)