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 51d7042 commit c1cea21Copy full SHA for c1cea21
serverless-pipeline.yaml
@@ -19,6 +19,7 @@ steps:
19
accessKeySecret: ${{cloudSecrets.AccessKeySecret}}
20
accessKeyID: ${{cloudSecrets.AccessKeyID}}
21
- run: pwd
22
+ - run: ls -al
23
- run: echo {{ steps['my-cache'].outputs['cache-hit'] != 'true' }}
24
- if: {{ steps.my-cache.outputs.cache-hit != 'true' }}
25
run: env
0 commit comments