Skip to content

Commit 1f67901

Browse files
authored
Update entrypoint.sh
Meh
1 parent b351e36 commit 1f67901

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ printf "#\n# Testing examples..\n"
3232
if [ -n "$RELEASE" ]; then
3333
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
3434
python${PYTHON} ./get-pip.py
35+
printf "#\n# Installed pip for Python 2.7\n"
3536
else
36-
echo ""
37+
printf "#\n# Skipped pip, RELEASE not set\n"
3738
fi
3839

3940
printf Done

0 commit comments

Comments
 (0)