Skip to content

Commit

Permalink
Jensenbox/testing environment (#20)
Browse files Browse the repository at this point in the history
* Environmental testing

* Environmental testing
  • Loading branch information
jensenbox committed Jun 12, 2024
1 parent db59804 commit 4530ae7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ set -o pipefail
# Print commands and their arguments as they are executed
#set -o xtrace

cd /github

echo "****** Current Directory ******"
pwd

echo "****** Listing files ******"
ls -la
ls -laR

echo "****** Environment Variables ******"
env

0 comments on commit 4530ae7

Please sign in to comment.