Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-26 09:52:49 -04:00
parent 18c22492af
commit 7a9a9787d4
+1 -1
View File
@@ -12,7 +12,7 @@ if [[ -f $BUILD_DIR/Pipfile ]]; then
set +e
PYTHON=$(jq -r '._meta.requires.python_full_version' "$BUILD_DIR/Pipfile.lock")
if [[ "$PYTHON" != "null" ]]; then
echo "$PYTHON" > "$BUILD_DIR/runtime.txt"
echo "python-$PYTHON" > "$BUILD_DIR/runtime.txt"
fi
set -e