Skip to content

Commit

Permalink
adding debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 18, 2024
1 parent 3af97cf commit 55a636c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ get_latest_version() {
curl https://api.github.com/repos/$1/$2/releases/latest -s | jq .name -r
}

echo "DIRS: $(ls)"
mkdir -p /app
cp -r ./* /app
TC_CONFIG_DIR_ROOT=/app
Expand Down

0 comments on commit 55a636c

Please sign in to comment.