Skip to content

Commit 25fa43f

Browse files
committed
debug6
1 parent 4b570b0 commit 25fa43f

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
@@ -19,7 +19,7 @@ steps:
1919
credentials:
2020
accessKeySecret: ${{cloudSecrets.AccessKeySecret}}
2121
accessKeyID: ${{cloudSecrets.AccessKeyID}}
22-
- run: pwd
22+
- run: env
2323
- run: echo {{ steps['my-cache'].outputs['cache-hit'] == 'true' }}
2424
- run: npm install --production
2525
env:

0 commit comments

Comments
 (0)