Skip to content

Commit 0437a6e

Browse files
committed
update latest python 2 in pipenv-version step
1 parent 88a5ba5 commit 0437a6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/steps/pipenv-python-version

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [[ -f $BUILD_DIR/Pipfile ]]; then
1919
if [[ "$PYTHON" == "null" ]]; then
2020
PYTHON=$(jq -r '._meta.requires.python_version' "$BUILD_DIR/Pipfile.lock")
2121
if [ "$PYTHON" = 2.7 ]; then
22-
echo "$LATEST_2" > "$BUILD_DIR/runtime.txt"
22+
echo "$LATEST_27" > "$BUILD_DIR/runtime.txt"
2323
fi
2424
if [ "$PYTHON" = 3.6 ]; then
2525
echo "$LATEST_36" > "$BUILD_DIR/runtime.txt"
@@ -33,4 +33,3 @@ if [[ -f $BUILD_DIR/Pipfile ]]; then
3333
fi
3434
fi
3535
fi
36-

0 commit comments

Comments
 (0)