Skip to content

Commit eb20050

Browse files
committed
debug5
1 parent c1cea21 commit eb20050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

serverless-pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ steps:
2020
accessKeyID: ${{cloudSecrets.AccessKeyID}}
2121
- run: pwd
2222
- run: ls -al
23+
- run: ls -al ./src
2324
- run: echo {{ steps['my-cache'].outputs['cache-hit'] != 'true' }}
2425
- if: {{ steps.my-cache.outputs.cache-hit != 'true' }}
2526
run: env

0 commit comments

Comments
 (0)