Skip to content

Commit

Permalink
Update ci-pipeline.yml: envvar chk
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBRoswell authored Aug 27, 2024
1 parent 47d47dc commit 91a61b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
timeout: 120

- name: Print all environment variables
run: env
run: |
echo 'envvar:'
env
- name: Capture Docker Logs
if: failure()
Expand Down

0 comments on commit 91a61b0

Please sign in to comment.