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 4b570b0 commit 25fa43fCopy full SHA for 25fa43f
serverless-pipeline.yaml
@@ -19,7 +19,7 @@ steps:
19
credentials:
20
accessKeySecret: ${{cloudSecrets.AccessKeySecret}}
21
accessKeyID: ${{cloudSecrets.AccessKeyID}}
22
- - run: pwd
+ - run: env
23
- run: echo {{ steps['my-cache'].outputs['cache-hit'] == 'true' }}
24
- run: npm install --production
25
env:
0 commit comments