Skip to content
Snippets Groups Projects
Commit 57e0a885 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

oops


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 29aeefeb
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ if [[ -f $BUILD_DIR/Pipfile ]]; then
fi
set -e
if [[ "$PYTHON" != "null" ]]; then
if [[ "$PYTHON" == "null" ]]; then
PYTHON=$(jq -r '._meta.requires.python_version' "$BUILD_DIR/Pipfile.lock")
if [ "$PYTHON" = 2.7 ]; then
echo "python-2.7.14" > "$BUILD_DIR/runtime.txt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment