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

oops


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 18c22492
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ if [[ -f $BUILD_DIR/Pipfile ]]; then ...@@ -12,7 +12,7 @@ if [[ -f $BUILD_DIR/Pipfile ]]; then
set +e set +e
PYTHON=$(jq -r '._meta.requires.python_full_version' "$BUILD_DIR/Pipfile.lock") PYTHON=$(jq -r '._meta.requires.python_full_version' "$BUILD_DIR/Pipfile.lock")
if [[ "$PYTHON" != "null" ]]; then if [[ "$PYTHON" != "null" ]]; then
echo "$PYTHON" > "$BUILD_DIR/runtime.txt" echo "python-$PYTHON" > "$BUILD_DIR/runtime.txt"
fi fi
set -e set -e
......
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