mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
Relax the python version in downstream build (#205)
This commit is contained in:
@@ -145,7 +145,7 @@ f_handle_doc_fragments_workaround()
|
|||||||
local rendered_fragments="./rendereddocfragments.txt"
|
local rendered_fragments="./rendereddocfragments.txt"
|
||||||
|
|
||||||
# FIXME: Check Python interpreter from environment variable to work with prow
|
# FIXME: Check Python interpreter from environment variable to work with prow
|
||||||
PYTHON=${DOWNSTREAM_BUILD_PYTHON:-/usr/bin/python3.6}
|
PYTHON=${DOWNSTREAM_BUILD_PYTHON:-/usr/bin/python3}
|
||||||
f_log_info "Using Python interpreter: ${PYTHON}"
|
f_log_info "Using Python interpreter: ${PYTHON}"
|
||||||
|
|
||||||
# Modules with inherited doc fragments from kubernetes.core that need
|
# Modules with inherited doc fragments from kubernetes.core that need
|
||||||
|
|||||||
Reference in New Issue
Block a user