We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b351e36 commit 1f67901Copy full SHA for 1f67901
entrypoint.sh
@@ -32,8 +32,9 @@ printf "#\n# Testing examples..\n"
32
if [ -n "$RELEASE" ]; then
33
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
34
python${PYTHON} ./get-pip.py
35
+ printf "#\n# Installed pip for Python 2.7\n"
36
else
- echo ""
37
+ printf "#\n# Skipped pip, RELEASE not set\n"
38
fi
39
40
printf Done
0 commit comments