We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23df39 commit cac7f2aCopy full SHA for cac7f2a
serverless-pipeline.yaml
@@ -20,7 +20,7 @@ steps:
20
accessKeySecret: ${{cloudSecrets.AccessKeySecret}}
21
accessKeyID: ${{cloudSecrets.AccessKeyID}}
22
- run: echo {{ steps['my-cache'].outputs['cache-hit'] == 'true' }}
23
- - run: npm install --production
+ - run: env && npm install --production
24
env:
25
PATH: /tmp/my-cache:${${envs.PATH}}
26
NODE_PATH: /tmp/my-cache:${${envs.PATH}}
0 commit comments