Skip to content

Commit

Permalink
Dump env in initialize_runner.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
  • Loading branch information
jjacobelli committed Jan 9, 2025
1 parent 93807b1 commit c561ab3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/context/initialize_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ for EVENT in "${BLOCKED_EVENTS[@]}"; do
fi
done

echo "Dump env"
env | sort

echo "Runner initialized"
exit 0

0 comments on commit c561ab3

Please sign in to comment.