Skip to content

Commit

Permalink
wip: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Aug 26, 2023
1 parent b5e2c0d commit bfbafb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ cd "$BUILD_DIR"

POETRY_VERSION="${POETRY_VERSION:-}"
if [ -z "${POETRY_VERSION:-}" ] ; then
ls -al
cat poetry.lock
if [ -f poetry.lock ]; then
POETRY_VERSION=$(head --lines=1 poetry.lock | grep --only-matching '\d\+\.\d\+\.\d\+')
fi
Expand Down

0 comments on commit bfbafb0

Please sign in to comment.