We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a5ba5 commit 0437a6eCopy full SHA for 0437a6e
bin/steps/pipenv-python-version
@@ -19,7 +19,7 @@ if [[ -f $BUILD_DIR/Pipfile ]]; then
19
if [[ "$PYTHON" == "null" ]]; then
20
PYTHON=$(jq -r '._meta.requires.python_version' "$BUILD_DIR/Pipfile.lock")
21
if [ "$PYTHON" = 2.7 ]; then
22
- echo "$LATEST_2" > "$BUILD_DIR/runtime.txt"
+ echo "$LATEST_27" > "$BUILD_DIR/runtime.txt"
23
fi
24
if [ "$PYTHON" = 3.6 ]; then
25
echo "$LATEST_36" > "$BUILD_DIR/runtime.txt"
@@ -33,4 +33,3 @@ if [[ -f $BUILD_DIR/Pipfile ]]; then
33
34
35
36
-
0 commit comments