Skip to content

Commit

Permalink
ls recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 19, 2024
1 parent 2db02d7 commit 1f7a47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ get_latest_version() {
curl https://api.github.com/repos/$1/$2/releases/latest -s | jq .name -r
}

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

0 comments on commit 1f7a47e

Please sign in to comment.