Skip to content

Commit cac7f2a

Browse files
committed
debug6
1 parent e23df39 commit cac7f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
accessKeySecret: ${{cloudSecrets.AccessKeySecret}}
2121
accessKeyID: ${{cloudSecrets.AccessKeyID}}
2222
- run: echo {{ steps['my-cache'].outputs['cache-hit'] == 'true' }}
23-
- run: npm install --production
23+
- run: env && npm install --production
2424
env:
2525
PATH: /tmp/my-cache:${${envs.PATH}}
2626
NODE_PATH: /tmp/my-cache:${${envs.PATH}}

0 commit comments

Comments
 (0)