Skip to content

Commit

Permalink
TO REMOVE - list files and dir
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jan 16, 2024
1 parent 5c152e5 commit 2390765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ elif [[ "$GITHUB_REF" == refs/pull/* ]]; then
version=pr-${pull_number}
release=false
fi
echo "Current dir: $PWD"
echo "Current files:"
ls -l

if [[ "$DIR" != "." ]];then
cd $DIR # We ensure we are in the right directory
Expand Down

0 comments on commit 2390765

Please sign in to comment.